Top "Gac" questions

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

Yet another issue about log4net 1.2.11 conflicts

I've spent the last 2 hours looking over these issues on SO, and nothing seems to be working. I have a …

c# log4net gac
Mono - Could not load file or assembly

i just exported my project to my new imac an loaded my solution into monodevelop. After the successfully compilation i …

mono assemblies gac monodevelop xsp
Is there any GAC equivalent for .NET Core?

As I currently understand in the full .NET Framework when we install the framework to the machine it deploys the …

.net gac .net-core
Why should I NOT use the GAC?

There have been a few questions asked along this line stackoverflow such as What are the advantages and disadvantages of …

.net gac
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: …

.net gac gacutil clr4.0
What gacutil.exe should I use?

So, on a Win 2008 R2 Std x64, I have 6 (six) gacutil.exe all different (not counting ones in VS folders), …

.net windows .net-4.0 gac gacutil
How to reference assembly from GAC?

I have installed the strong named assembly TestReflection into the GAC (I am using .NET 4.0 and VS 2010). Different versions of …

visual-studio-2010 .net-4.0 reference gac strongname
Is it possible to add/update assemblies to the GAC via a Nuget Package?

Nuget, without a doubt is an extremely effective packaging and distribution system. However, there are some instances where managing the …

nuget gac nuget-package
How to register Assembly .net 4.0 in windows 7 GAC?

Hi i'm using vs2010 to create a .net 4.0 assembly that i pretend to register on the GAC. i can't find …

assemblies gac gacutil
Config files for assemblies in GAC

I have a .NET dll which needs to read it's config settings from it's config file. Usually, the config file …

.net configuration gac