Top "Gac" questions

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

How to check GAC assembly details on Windows Server 2012?

How can you check GAC assembly details Windows Server 2012? I managed to register a DLL via Powershell, now I need …

gac windows-server-2012
Where is the .NET Framework Global Assembly Cache?

I installed the VS2010 and .NET 4.0, then I compiled an assembly and ran the gacutil using the exe available on %…

.net-4.0 gac
Can not find System.Windows Assembly

This is the error we get: Error 1 The type 'System.Windows.Point' is defined in an assembly that is not …

c# wpf silverlight gac
Path of DLL installed to the GAC

How can I get the (physical) installed path of a DLL that is (may be) registered in GAC? This DLL …

c# dll file gac
Could not load file or assembly 'Oracle.DataAccess error

I am building ASP.NET application with C# and I want to connect to oracle database. I have added reference …

c# asp.net oracle11g .net-assembly gac
How can I list all registered assemblies in GAC?

How can I list all the assemblies that are in the GAC? Do I need a tool that makes it …

.net assemblies gac
Where is the location of GAC?

I wanted to become more familiar with the .Net Global Assembly Cache. Various sources online say it can be found …

.net .net-4.0 gac
Dll in both the bin and the gac, which one gets used?

We have a web application that's deployed to many websites with only frontend changes, the shared backend portion has it's …

asp.net deployment gac bin
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 …

.net windows assemblies gac gacutil
the application requires that assembly microsoft.reportviewer.processingObjectModel version 11.0.0.0 be installed in the global assembly cache first

I have a small windows forms application created in Visual Studio 2012 that uses ReportViewer version 11.0.0.0. The application target framework is .…

.net-4.0 visual-studio-2012 reportviewer gac