I have created strong name using -
sn -k C:\strong.snk
nao how to assign this key to any assembly? and where I have to use gacutil?
|
I have created strong name using -
nao how to assign this key to any assembly? and where I have to use | |||||
feedback
|
|
If you are compiling C# code you can use the
Or if you are using Visual Studio you can set the strong name key in the project settings on the "Signing" tab check the "Sign the assembly" option and specify the key file. | |||
|
feedback
|