Wednesday 7 September 2022

Create a strong name key (snk) file

 

Create a strong name key (snk) file


Click Start, point to Programs, point to Microsoft Visual Studio 2019, point to Visual Studio Tools, and then click Visual Studio Command Prompt (2019).

  • At the command prompt, navigate to the location where you want to create the key file. For example, type cd C:\Sample, and then press ENTER.

  • At the command prompt, type sn -k <key file name>.snk, and then press ENTER.

  • At the command prompt, type exit, and then press ENTER.

No comments:

Post a Comment