Basic .NET Framework : How do we generate strong names or what is the process of generating strong names

  • Go to "Visual Studio Command Prompt".See below figure to "Visual studio Command Prompt".Note the samples are compiled in 2005 but 2003 users do not have to worry about it.Same type of command prompt will be seen in 2003 also.
  • After you are in command prompt type sn.exe -k "c:\test.snk".
  • After generation of the file you can view the SNK file in a simple notepad.
  • After the SNK file is generated its time to sign the project with this SNK file.
  • Click on project -- properties and the browse the SNK file to the respective folder and compile the project.

No comments:

Post a Comment