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): <Assembly: AssemblyKeyFile("Path to SNK File")>
- Deploy the dll: gacutil -I "Path to DLL"
posted @ Friday, January 13, 2006 9:30 AM