Taken from: http://forums.microsoft.com/MSDN/showpost.aspx?postid=420884&siteid=1

Step 1: Dis-assemble the assembly
ildasm myTest.dll /out:myTest.il

Step 2: Re-Assemble using your strong-name key
ilasm myTest.il /res:myTest.res /dll /key:myTest.snk /out:myTestSN.dll

This code work perfectly to assign strong name.

for verification you can use following command,
sn -vf myTestSN.dll

Related posts:

  1. Making cross domain JavaScript requests using XMLHttpRequest or XDomainRequest
  2. A Career Using JavaScript
  3. Defining the Kwwika API
  4. C# – Get Windows Temporary Directory
Tagged with:
 
  • Mrvanup

    mytest here refers to

Set your Twitter account name in your settings to use the TwitterBar Section.