Tagged Questions
The gacutil tag has no wiki summary.
11
votes
1answer
4k views
Gacutil.exe successfully adds assembly, but assembly not viewable in explorer. Why?
I'm running GacUtil.exe from within Visual Studio Command Prompt 2010 to register a dll (CatalogPromotion.dll) to the GAC. After running the utility, it says Assembly Successfully added to the cache, ...
11
votes
3answers
6k views
Assembly installed into the GAC not showing up in Visual Studio
This sounds related to this question, but they aren't the same thing. That question had no assemblies showing up. Mine has everything except the specific one I installed.
I'm hoping someone has a ...
10
votes
2answers
7k views
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 the full path to gacutil.exe, where can i find this? i have visual studio 2008
5
votes
2answers
1k views
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 the GAC:
C:\MyApps\Awesome\Awesome\Awesome\bin\Release>sn
-k Awesome.snk
Microsoft ...
5
votes
2answers
408 views
GACUtil “Assembly successfully added to the cache” but “Number of items = 0”
Why, when I run:
gacutil –i myAssembly.dll
do I get:
Assembly successfully added to the cache
But then when I run:
gacutil –l myAssembly.dll
I get
Number of items = 0
?
5
votes
1answer
3k views
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 by a 3rd party company as both a 32 and 64bit .dll which I must use from different apps on different ...
4
votes
2answers
7k views
where is gacutil.exe?
I am using Windows 7 Enterprise 32 bit. I have used Windows command line, and also used VSTS 2008 command line, but when executing gacutil.exe, there is command not found error.
I am wondering ...
4
votes
3answers
866 views
NGen and Gacutil best practices
This is my first post, so please forgive me if this isn't written well.
I've been working on a WinForms application which has about 5 referenced assemblies - written by us, and about 8 referenced ...
3
votes
2answers
193 views
MSBuild community task GacUtil silently failing for me
I have an open source .NET project whose main artefact is a DLL that needs to be installed to the GAC for its primary use case. Therefore I want to install it during the AfterBuild task. I am using ...
3
votes
2answers
1k views
GAC installation on every build - how to do it reliably
I would like to reliably auto-install my application assemblies in the GAC when I compile my application using Visual Studio. I've setup pre- and post-build events in my web application's build.
Pre ...
3
votes
3answers
389 views
Consume a .NET Assembly from a classic ASP page
I have an old .net 2005 web site that has some asp pages and having object reference problem accessing .net dll. The maintenance task was handed down to me and the original developer is nowhere to be ...
3
votes
2answers
1k views
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 by one or more applications".
However if I search the Assembly using ...
3
votes
6answers
12k views
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.dll
and I get the error:
Failure adding assembly to the cache: The module was expected to contain an ...
2
votes
2answers
22 views
Safe to install production assemblies with gacutil.exe?
MSDN states that gacutil.exe is not safe to use for production servers. Is there a legitimate reason for this or is Microsoft just practicing a little CYA? Is this warning safe to ignore? Or should I ...
2
votes
3answers
1k views
Where is GACUTIL for .net Framework 4.0 in windows 7?
i've made an assembly in the .net framework that I intend to publish to the GAC but I can't find the gacutil utlity.
I've been googling a while and I've found a lot of suggestions, but nothing works:
...
2
votes
1answer
934 views
GAC 32bit vs. 64bit
I've been searching for a while trying to understand this better, but am not finding any straight-forward answers on this.
I have a component that I need to add to the GAC. I'm running Windows 7 ...
2
votes
3answers
83 views
How can you do a mass unload of Assemblies from GAC by PublicKeyToken?
Is there anyway to unload all assemblies from the GAC that have a specific PublicKeyToken?
I am okay with the solution being command-line (gacutil.exe, etc) or via C#.
EDIT:
FYI, I can do this ...
2
votes
1answer
338 views
Ways for Execute gacutil in remote machine
Is there a way to execute gacutil in to a particular (remote) machine given the IP address (or the workstation name) of the machine?
The machines in question are on an Active Directory Domain.
The ...
2
votes
1answer
243 views
how to assign Strong Name to an Assembly?
I have created strong name using -
sn -k C:\strong.snk
nao how to assign this key to any assembly? and where I have to use gacutil?
2
votes
1answer
3k views
Where does VS 2010 Tools' gacutil.exe install assemblies?
I used the Visual Studio 2010 Command Prompt's gacutil.exe to install an assembly. I expected the assembly to be added to C:\WINDOWS\assemblies, but it was instead added to ...
2
votes
1answer
1k views
How can I add dll to the GAC?
running gacutil.exe /i ProjectX.Core.dll, I got the message: Assembly sucessfully added to te cache, but I can't see this assembly in the c:\windows\assembly folder.
What can be the problem?
2
votes
5answers
6k views
Using Powershell to Register a file in the Gac
Is there a simpe way to in powershell (I imagine using gacutil.exe) to read from a text document a path\assembly and register it in the GAC? So for example a .txt file that looks like:
...
1
vote
1answer
51 views
How to tell which application(s) have a given assembly registered in the GAC?
When trying to remove a given assembly (log4net.dll in this case, but it should apply to any similar case) using gacutil.exe, the action fails due to the assembly being required by an application. ...
1
vote
1answer
193 views
Is it a problem to have 2 version of MySql.Data assemblies in GAC?
I have 2 versions MySql.Data assemblies in GAC
The Global Assembly Cache contains the following assemblies:
MySql.Data, Version=5.2.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d,
...
1
vote
1answer
328 views
How to register Assembly .net 4.0 in windows 7 GAC?
Hi i'm using vs2010 to create a .net 4.0 assembly that i pretend to register on the GAC.
i can't find the cagutil and don't know ho to register an assembly on the 4.0 GAC
can someone help?
...
1
vote
2answers
674 views
Install dll into the gac + .net 4.0
I want to add some .net 4.0 dlls to the gac, I know that the new gac is C:\Windows\Microsoft.NET\assembly
I cannot use the gacutil because visual studio in not installed on the deployment machine, ...
1
vote
2answers
3k views
Can I download and install gacutil.exe without having to install VS or the SDK?
I want an administrator to register some .dll's for me, but he would probably prefer not to install the whole sdk. Can he just install gacutil.ex? If so, where can he get it? Do I just email the ...
1
vote
1answer
1k views
Can't Register assembly in GAC for .NET4, Server 2008 R2
I have a strong-named assembly containing Model classes that can be shared among several applications (WCF Services in IIS) hosted on the same machine.
Instead of each service having their own copy ...
1
vote
1answer
825 views
how can I manually install the Office 2007 PIAs on a computer with no Office installed?
I have seen a few other questions regarding the Office 2007 PIAs, in particular:
Can you install Office 2007 PIA's without office? (3)
Is Office 2007 PIA deployment possible without Office ...
1
vote
2answers
482 views
GACed .net library project succesfully build only on second try
I'm trying to build a project library that needs to be in the GAC, so I added the following line as a post build event:
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\gacutil.exe" -if ...
1
vote
1answer
438 views
gacutil from MSBuild
in my MSBuild file (TFSBuild.proj since I am running Team Builds) the exec command=gacutil alwys fails with the following error:
Failure initializing gacutil
my build machine is a W2K3 with Team ...
1
vote
1answer
7k views
Two locations of gacutil.exe
I'm developing on Windows 2008 R2 Server, 64 bit.
I'm learning how to use gacutil.exe
I found two copies of this file:
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin\x64
C:\Program Files\Microsoft ...
1
vote
2answers
2k views
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 file explicitly- but it appears that gacutil has no "register directory" option. Anyone have a ...
0
votes
1answer
89 views
GacUtil + .net framework 4.0
I added an assembly to the GAC using the Visual Studio 2010 command prompt.
gacutil /i xxx
It shows a message:
Assembly successfully added to the cache.
But it's not visible in ...
0
votes
1answer
26 views
Including in a Visual Studio 2005 project a DLL built with Visual Studio 2010
I have a dll library built in Visual Studio 2010, but I need to include it in a VS 2005 project.
If I do it, I get the error message
This assembly is built by a runtime newer than the currently ...
0
votes
1answer
48 views
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: gacutil –l
In earlier versions of the .NET Framework, the Shfusion.dll Windows shell ...
0
votes
1answer
464 views
How do I reference a custom .NET 4.0 DLL in script task?
I would appreciate any help in referencing a DLL from my SSIS script task. I created the DLL in Visual Studio 2010 and the SSIS package in Business Inteligence Development Studio 2008. I am running on ...
0
votes
2answers
595 views
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 Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin\NETFX 4.0 Tools\x64\gacutil.exe" /if ...
0
votes
1answer
35 views
about usercontrol usage
I have created one usercontrol in vb.net 2005. and i have developed that usercontrol for my project & now i 'm using the source safe for sharing my project in my team. now when i'm using my ...
0
votes
2answers
427 views
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 shows that it is indeed installed.
...
0
votes
2answers
216 views
Assembly not listed in VS10 Object browser
I have a VB.Net project which needs to use a third party DLL for which there also an interop assembly. So I have something like this:
Hummingbird.DM.Server.Interop.PCDClient.dll
PCDClient.dll
I ...
0
votes
2answers
827 views
Add Reference in Framework 4 Application is not showing assemblies in GAC registered with GACUtil V 4
I've registered a dll in my local GAC using the GACUtil which comes with VS2010 (version 4ish)
I can perform gacutil /l xxx and it finds the dll
I am aware from various other posts that Framework 4 ...
0
votes
1answer
408 views
Wix - install as non-admin and add to GAC
I am writing an installer using WIX, and I need to add a .dll file to the GAC.
I use:
<File Id="my.dll" Name="my.dll" DiskId="1" Source="..\MyResources\" KeyPath="yes" Assembly=".net" />
...
0
votes
1answer
336 views
gacutil is not a valid win32 application?
I registered Mono.WebServer.dll in the GAC with:
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\gacutil.exe
Then I wanted to install an additional assembly in the GAC and I got:
...
0
votes
1answer
463 views
Assembly from GAC is not listed in Monodevelop's Edit References dialog
I am trying to port a small console application from Windows/.NET to Ubuntu/Mono. I have problems to add a reference to the mono version of NLog, which I added to the GAC.
Adding NLog.dll to the ...
0
votes
1answer
763 views
Location of GACUTIL in Windows server 2008 production box
I have a production box (Windows Server 2008) where no visual studio is installed. Can I use GACUTIL there...If so where can i find the gacutil exe in that machine
0
votes
1answer
183 views
gacutil - cannot launch on vista x64
I thought this was a privilege issue but I logged on as admin and still couldn't get more than a brief flash of the command window. I am just double clicking on the exe file I found in the 7.0 sdk
As ...
0
votes
1answer
2k views
visual studio post-build script error calling gacutil
I'm on vista, with VS2005 running as admin. Both vs2005 and vs2008 are installed. If I explicitly use the path to gacutil, it works, but not if I only call gacutil like this:
if NOT ...