Tagged Questions
The global-assembly-cache tag has no wiki summary.
8
votes
2answers
3k views
Methods to programmatically install a .NET assembly into the GAC
I need to create a small app or script to install a .NET assembly into the GAC. I've read there are a couple ways to do this including:
using gacutil.exe
executing the following line of code:
new ...
5
votes
5answers
5k views
Microsoft Office Interop Assembly references
I have an application developed in Visual Studio 2005 which I am deploying using ClickOnce. My solution contains two projects - a user interface layer coded in VB, and a class library coded in C#. My ...
3
votes
2answers
270 views
Can I register to the GAC with Pascal scripting (InnoSetup)?
I'm using InnoSetup to install an application I built. My client requests that it downloads the latest DLLs upon install using this InnoSetup addon:
http://www.sherlocksoftware.org/page.php?id=50
...
3
votes
1answer
2k views
System.IO.FileLoadException. Could not load Accessibility, Version=2.0.0.0
I have just recently been getting this issue and it may be due to something I installed on my machine. I cannot recall though. Every once in a while I will receive a Microsoft .NET Framework message ...
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 ...
2
votes
1answer
147 views
What's the purpose of the Global Assembly Cache (GAC)?
I have registered a DLL in the GAC. I can see the DLL in the path: c:\windows\asssembly; I suppose this means the DLL registerd correctly.
However, if i have to use the DLL in my application, I still ...
2
votes
3answers
79 views
Confusion about GAC
While the interview , I was confused after interviewer asked this question about Global Assembly Cache (GAC). What should be the answer?
Question 1:
Instead of keeping the assembly in GAC, If we ...
2
votes
2answers
373 views
Define a .net reference to always use the latest version of a GAC'd dll?
We have a vendor who is writing an application for us who makes use of a dll I've provided to them. My boss just found out that if we ever need to make a change to one of our dll's we'd have to ...
2
votes
1answer
923 views
How to add VB.NET Class to GAC, and use it in Code-Behind
I created a VB.NET Class, and created a strong key, and added it to the GAC using the GacUtil. That part has gone smoothly. The Assembly is installed in the GAC and seems to be installed/configured ...
2
votes
3answers
466 views
Do I ever really need to use the Global Assembly Cache (GAC)?
I've been building .NET web applications for many years now, and I never use the GAC?
What am I missing? Or am I better off staying away from it?
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
3answers
74 views
Referencing the Global Assembly Cache
I have a project which needs to use NHibernate to communicate with my Oracle database.
Many projects at my workplace use NHibernate, so the NHibernate assembly was placed in the Global Assembly ...
1
vote
1answer
184 views
WiX Conditional Feature/Component Orphaned on Uninstall
Edit: Quoting myself because I summarized the issue much better in one of the comments below…
I have a condition that is true when the package is installed, but
not true when it is removed. I ...
1
vote
1answer
94 views
Assembly needs to be redeployed into GAC every time its user app is changed
So basically we have an strong-names (strongly signed) assembly x.dll which is used by one of our components, App.exe. The signing key of the assembly is in our repository and it the assembly is ...
1
vote
1answer
135 views
How to force use of GAC'd assembly?
I am working on an application that uses an assembly that must be in the GAC. My problem is that when I update the assembly in the GAC I have to reboot the machine to get my service to pick up the ...
1
vote
1answer
232 views
bin-deploying DLLs banned in leiu of GAC on shared IIS 6 servers
I need to solicit feedback about a recent security policy change at an organization I work with. They have recently banned the bin-deployment of DLLs to shared IIS 6 application servers. These ...
1
vote
3answers
2k views
How do I manually copy assemblies into the GAC?
I'm using Windows 7 Ultimate, trying to manually copy a file into the GAC. I tried using Windows Explorer but it promptly tells me "Access is denied". I tried using the command line with elevated ...
1
vote
2answers
294 views
See if any application has a DLL from the GAC loaded
I'm trying to deploy new copies of my DLL to the GAC on remote servers, but I need to identify if any processes currently running have a loaded copy of the DLL I'm replacing - I'd like to restart ...
0
votes
1answer
86 views
Is there any tool for GAC management?
Is there any GUI to view, add, delete assemblies in Global Assembly Cache?
0
votes
1answer
39 views
The Global Assembly Cache - Deployment via Codebase Questions
Basically we have many severs running many ASP.NET sites in different app pools. We roll updates every 2 weeks. My basic question comes down to this:
Is using the GAC codebase feature with a URL that ...
0
votes
0answers
154 views
I don't know why the GAC assembly load fails
I am implementing installshield project, and i put some assemblies into [GlobalAssemblyCache]
I thought it would work, but it didn't
Below is the log.
Actually, Every Assemblies i put into ...
0
votes
1answer
342 views
Where is Gacutil.exe? [closed]
Possible Duplicate:
Location of Gacutil with vs 2008
I can't seem to find an answer to where Gacutil.exe is located? I'm on Windows 7, have all of the current .NET versions from 1.0 to ...
0
votes
3answers
713 views
How is windows not finding this assembly?
I keep getting this error in my windows logs:
SharePointSocialNetworking.Facebook
b0ceb144-b183-4b66-aa10-39fd9ee42bd4
Could not load file or assembly 'Microsoft.Contracts, Version=1.0.0.0, ...
0
votes
2answers
91 views
Do supporting assemblies need to be registered in the GAC?
I recently had to register an assembly in my GAC for a custom sharepoint job I wrote. Once installed it began throwing an error saying that it could not load an assembly "or one of its dependencies". ...
0
votes
1answer
517 views
Using installshield to replace a same-versioned DLL in the GAC
We recently put out an update of one of our apps with a "test" DLL from a third party. The third party does not update their assembly versions on the dll's, only the file versions, so multiple apps ...
0
votes
4answers
498 views
How do I add a modified dll to the Global Assembly Cache?
I have the MySQL Connector/NET installed on my PC. I modified the source code and recompiled one of the dlls (MySQL.Data.dll). With the program already installed, how can add this dll to the Global ...
0
votes
1answer
1k views
Wix - Dynamically Register Assemblies to GAC
I am writing a Wix installer to install .NET assemblies to the GAC. Easy...
My question is: is it possible to future proof this scenario so that I can pull ANY assemblies found in an existing network ...
0
votes
2answers
215 views
How can I automate the installation of assemblies to the GAC over a network?
I need to install the same assembly to the GAC for 30+ servers. I would prefer not to have to RDP to each server and install the assembly manual. Is there a straightforward way to install assemblies ...
-1
votes
1answer
124 views
on Vista (SP2) 64-bit :Why is my C/C++ Runtime (CRT) Assembly cache not visible to my app?
hi to all VC++ and WIndows experts! ;)
Firstly, my background: Vstudio, C & C++, Windows.(so you can get techy with me, if u want).
After 5days of trying all kinds of possibilities, and forums ...