Top "Gacutil" questions

The Global Assembly Cache tool allows you to view and manipulate the contents of the global assembly cache and download cache.

Register DLL in GAC without Assembly Manifest

I have a DLL I wish to register with my GAC. I enter the command: gacutil /i c:\temp\msvcr100.…

windows visual-studio-2010 gacutil
Requires log4net version 1.2.10 be installed in GAC

With 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 gacutil
Unable to uninstall an Assembly from GAC?

I am unable to uninstall an Assembly (log4net.dll) from GAC. It is giving following error. "Assembly is required …

.net assemblies gac gacutil
I can install via gacutil, but not uninstall the same dll

I have installed a DLL using the gacutil. gacutil.exe /i SI.ArchiveService.CommonLogic.Exceptions.dll Using the gacutil /l …

c# gac gacutil
Why is my assembly not visible in "Add Reference > .Net" when installed to the GAC?

Just have a quick question about the GAC I created an assembly Awesome.DLL. Had it signed, then installed into …

.net .net-4.0 gac gacutil
Trouble registering ChilkatDotNet4.dll to the GAC

I'm trying to add a .NET 4.0 .dll to the GAC. I am attempting to do this because it is published …

dll .net-4.0 gac gacutil
gacutil postbuild event exists with code 1

I 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 gacutil
Location of Gacutil with vs 2008

I want to run a post build script that installs the dll in the gac, but i have to use …

gacutil
Register Multiple Assemblies to the GAC in Vista

I'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
Viewer tool for Global Assembly Cache (Viewer)

To view a list of the assemblies in the global assembly cache, at the command prompt, type the following command: …

.net gac gacutil clr4.0