Related resources for Strong Names
  • Creating Strong Names Using Visual Studio Command Prompt2/4/2016 9:45:33 AM. In this post we will see how to create strong names using Visual Studio Command Prompt.
  • Macro to Add Strong Names to VS.NET Projects2/16/2006 12:30:58 AM. When writing class libraries in Visual Studio .NET that are going to be placed into the GAC you will need to add strong name to the assembly. This is normally done by dropping out to a dos prompt and running the .NET utility sn.exe and then updating the assembly to reference the newly created .snk file.