Wednesday, July 8, 2009

Deploy .NET Assembly to GAC

3 steps to deploy an assembly in the GAC:
  • Create or locate Key File for signing: sn -k "Path to SNK File"
  • Assign the Key to your Project (AssemblyInfo File):
  • Deploy the dll: gacutil -I "Path to DLL"

No comments: