Creating strong name assembly
Follow the steps to give strong name to dll
C:\Windows\system32>ildasm /all /out=YourAssembly.il “C:\Rahul\YourAssembly.dll”
C:\Rahul>sn -k YourAssembly.snk
C:\Windows\System32>ilasm /dll /key=”C:\Rahul\YourAssembly.snk” “C:\Rahul\YourAssembly.il”
Categories: ASP.NET
Comments (0)
Trackbacks (0)
Leave a comment
Trackback
Comments