If you have an assembly which has no strong name and you want to use this assembly e.g. in BizTalk Server you have to sign this assembly with a key file.
To sign this assembly the most recommed way is to use the ILMerge Utility you can download it from here
Then open Start -> Run -> Cmd and point to the following path C:\Program Files\Microsoft\ILMerge
ilmerge /keyfile=KeyFile.snk /out=C:\Temp\NewAssembly.dll AssemblyToMergeWithKeyFile.dll
Posted
Mar 16 2007, 01:59 PM
by
Nadine Storandt