How to add and remove an assembly from GAC?

Q

.NET INTERVIEW QUESTIONS - How to add and remove an assembly from GAC?

✍: Guest

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 –i (assembly_name)”, where (assembly_name) is the DLL name of the project.

2010-03-23, 4611👍, 0💬