Tagged Questions
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, ...
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 ...
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 ...
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 ...
2
votes
2answers
24 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
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 ...
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
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
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
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
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
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
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
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