Request a topic or
contact an Arke consultant
404-812-3123
Strong Names on Third Party Assemblies

Arke Systems Blog

Useful technical and business information straight from Arke.

About the author

Author Name is someone.
E-mail me Send mail

Recent comments

Archive

Authors

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2024

Strong Names on Third Party Assemblies

I need to strong name a few third party assemblies so that I could include them in a compile of a strongly named assembly that I was creating.  I found this site that did a great step by step on getting this working.

http://www.andrewconnell.com/blog/archive/2004/12/15/772.aspx

 

 

  1. c:\>ildasm providedAssembly.dll /out:providedAssembly.il
  2. Rename/move the original assembly
  3. c:\>ilasm providedAssembly.il /dll /key=keypair001.snk

Posted by trenton adams on Thursday, May 8, 2008 4:27 PM
Permalink | Comments (0) | Post RSSRSS comment feed