Sudhiz Blog
Thursday, October 21, 2010
How to assign strong name to an external DLL
Open Visual Studio command prompt.
For this you must have a strong name key file(.snk file)
ildasm dllname.dll /OUT=dllname.il
ilasm /DLL dllname.il /KEY=keyname.snk
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment