The Global Assembly Cache tool allows you to view and manipulate the contents of the global assembly cache and download cache.
I have a DLL I wish to register with my GAC. I enter the command: gacutil /i c:\temp\msvcr100.…
windows visual-studio-2010 gacutilWith a windows smart client application, it runs fine on my (development) machine, but when I installed it on a …
visual-studio-2010 crystal-reports log4net gacutilI am unable to uninstall an Assembly (log4net.dll) from GAC. It is giving following error. "Assembly is required …
.net assemblies gac gacutilI have installed a DLL using the gacutil. gacutil.exe /i SI.ArchiveService.CommonLogic.Exceptions.dll Using the gacutil /l …
c# gac gacutilI am trying to register and assembly in the GAC on a post-build event. Here's my post-build command "C:\Program …
visual-studio-2010 gacutilI want to run a post build script that installs the dll in the gac, but i have to use …
gacutilI've got a whole directory of dll's I need to register to the GAC. I'd like to avoid registering each …
.net gac gacutil