A co worker asked me how she could take dlls that were developed by a third party and use them in BizTalk; that requires that they be compiled as strong named assemblies (which they weren’t).
This can be done by using the Type Library Importer. An example is here on how to use Tlbimp.exe.