Top "Gac" questions

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

Using Powershell to Register a file in the Gac

Is there a simple way to in PowerShell (I imagine using gacutil.exe) to read from a text document a …

powershell gac gacutil
Use PowerShell to view contents of the Global Assembly Cache (GAC)

Is there a way to use PowerShell to view the contents of the GAC?

powershell gac
Check GAC for an assembly

How to programmatically check GAC for an assembly?

.net gac
Why I cannot access the C:\WINDOWS\assembly\GAC Folder?

I find the path of Microsoft.Office>interop.Excel under the Solution/References is C:\WINDOWS\assembly\GAC\Microsoft.…

c# reference gac .net-assembly
C#: How to load assembly from GAC?

I have "mycomp.myassembly.dll" in GAC but Load and LoadFrom throws file not found exception and LoadWithPartialName returns null. …

c# .net assemblies gac
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 …

.net assemblies gac gacutil
Can't find System.Net.Http.Formatting dll

I have a clean installation of Visual Studio 2015 RC. I don't have VS2013 installed. I loaded a solution and the …

.net gac visual-studio-2015
Microsoft.SqlServer.Types.dll in the Global Assembly Cache?

I am currently struggling with deployment problems caused by Microsoft.SqlServer.Types and its associated unmanaged library, SqlServerSpatial110.dll - …

sql-server dll spatial gac
.NET Reference "Copy Local" True / False Being Set Based on Contents of GAC

We had a very interesting problem with a Win Forms project. It's been resolved. We know what happened, but we …

.net assemblies reference log4net gac
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 …

c# gac gacutil