06.26.18 by Nilesh Rathod How To Add Assembly or DLL in GAC To add assembly in GAC follow below steps Open Visual Studio Command Prompt (Run as Administrator) Add following commnad gacutil -i C:\Users\Administrator\Documents\log4net.dll This will add log4net.dll assembly in GAC. Advertisement Share this:PrintEmailWhatsAppLike this:Like Loading... Related