Top "Gac" questions

The gac tag is for issues relating to the global assembly cache.

How do I register a .NET DLL file in the GAC?

I have made a .NET .DLL file, which I want to register in the GAC. I have used this command …

c# gac dllregistration
How to view the Folder and Files in GAC?

I want to view the folders and sub folders in GAC. Also want to know about adding and removing from …

.net .net-assembly gac
The name 'ViewBag' does not exist in the current context

I am trying to use ViewBag in my application, I have all of the recent dlls, the latest version of …

dll asp.net-mvc-3 gac viewbag
Drag and drop a DLL to the GAC ("assembly") in windows server 2008 .net 4.0

I've trying to deploy some code to a client machine, where I don't want to install MS windows SDK tools. …

.net .net-4.0 gac
Error message "Unable to install or run the application. The application requires stdole Version 7.0.3300.0 in the GAC"

When one user tries to run the application, our ClickOnce application is reporting: Unable to install or run the application. …

.net clickonce gac stdole
What is the GAC in .NET?

Just looking for a short overview of GAC for a layman, not a link please.

.net gac
.NET 4.0 has a new GAC, why?

%windir%\Microsoft.NET\assembly\ is the new GAC. Does it mean now we have to manage two GACs, one for .…

.net .net-4.0 gac
How can I reference a dll in the GAC from Visual Studio?

This assembly is in the GAC: Microsoft.SqlServer.Management.RegisteredServers.dll How can I add a reference to this assembly …

visual-studio assemblies gac
Can I download and install gacutil.exe without having to install VS or the SDK?

I want an administrator to register some DLLs for me, but he would probably prefer not to install the whole …

.net download installation gac gacutil