How to add an assembly In GAC In .Net Framework

 Interview Questions:-

• Using Gacutil. Go to “Visual Studio Command Prompt”
and type “gacutil –i
(assembly name)”, where (assembly name) is the DLL name of the project.

Popular Posts