i have a VB project but i don't know how to get a .snk file in order to generate a SN key, any help.
thanks.
i have a VB project but i don't know how to get a .snk file in order to generate a SN key, any help.
thanks.
You can do this from the project properties menu.
Go to Project -> Properties -> Choose the 'signing' tab on the left.
Sleect the 'Sign the assembly' checkbox. You will get the option to create a new .snk key file in the dropdown.
You can also do this from a Visual Studio Tools command line, using the strong name tool.
sn -k keyPair.snk
http://msdn.microsoft.com/en-us/library/k5b5tt23(VS.80).aspx