Parker's DevEd Blog

Musings on all software development technologies, and education involving computer science and fraud investigation

Adding a .NET Assembly to the GAC

  1. Create .snk file
    1. VS Command Prompt
    2. sn -k [filename].snk
  2. Copy .snk file into VS project
    1. Include in project
    2. Project -> Properties -> Signing -> Sign the assembly -> Select the .snk file
  3. Add assembly to GAC through command-line or Installer

 

Posted: Apr 15 2008, 07:47 PM by Parker.Hillius | with no comments
Filed under:

Comments

No Comments