How to add and remove an assembly from GAC

Q

How to add and remove an assembly from GAC?

✍: fyicenter.com

A

There are two ways to install .NET assembly in GAC:-
¡Ì Using Microsoft Installer Package. You can get download of installer from http://www.microsoft.com.
¡Ì Using Gacutil. Goto ¡°Visual Studio Command Prompt¡± and type ¡°gacutil ¨Ci (assembly_name)¡±, where (assembly_name) is the DLL name of the project.

2007-10-22, 4679👍, 0💬