Tagged Questions

11
votes
1answer
5k 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
7k 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 ...
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
444 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
4k 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 ...
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 ...
2
votes
1answer
40 views

.NET 4.0 GAC - Unable to Add DLL

I am using the namespace System.Windows.Forms.DataVisualization.Charting to create a Chart object on a form. This DLL is not a part of the basic Windows install, so I shall need to include it in my ...
2
votes
1answer
1k 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
96 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
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
2k 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: ...
2
votes
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 ...
1
vote
1answer
62 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
466 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
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
2answers
508 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 ...
0
votes
1answer
30 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
84 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
2answers
475 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
889 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
418 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
357 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
493 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
839 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
186 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 ...