Friday, October 12, 2007

Strong name - Third party dll / assembly

To add strong name to a third party dll / assembly , disassemble and reassemble as follows:
ildasm /out:thirdparty.dll.il thirdparty.dll
ilasm /dll /resource=thirdparty.dll.res thirdparty.dll.il /out=thirdparty.dll /key=mykey.snk

ILDASM /out:asm.il asm.dll
ILASM asm.il /KEY=key.snk /DLL /OUTPUT=asm.dll

Ref : http://www.eggheadcafe.com/forumarchives/biztalkorchestration/Jun2005/post23246643.asp


No comments:

Post a Comment

Creative Commons License
This work by Tito is licensed under a Creative Commons Attribution 3.0 Unported License.