Top "Gac" questions

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

Could not load file or assembly 'System.Net.Http'

1. Error when starting app Could not load file or assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7…

c# asp.net .net visual-studio gac
Why is my assembly not visible in "Add Reference > .Net" when installed to the GAC?

Just have a quick question about the GAC I created an assembly Awesome.DLL. Had it signed, then installed into …

.net .net-4.0 gac gacutil
Referencing DLL from GAC in Visual Studio

So I've looked around to try to find some posts on this and there are many but none that address …

visual-studio dll gac
How to set C# library path for an application?

I have C# application that uses a dll. When I try to run the application, it can't find the dll, …

c# .net gac distribution
Trouble registering ChilkatDotNet4.dll to the GAC

I'm trying to add a .NET 4.0 .dll to the GAC. I am attempting to do this because it is published …

dll .net-4.0 gac gacutil
GAC - To add an assembly to the GAC, drag and drop works, but copy and paste doesn't? Why?

I would like to know why drag and drop works, and copy paste doesn't. What is happening with a drag …

.net drag-and-drop gac copy-paste
Forcing the ASP.NET Application to load the assembly from bin not from GAC

Is there any way to force my asp.net application to load the assembly from local bin directory since there …

asp.net binary gac
Why doesn't the office PIA install correctly to the GAC?

I am currently working on a c# project, where I need to access Outlook. The development is being done on …

.net windows-xp com-interop gac office-pia
Cannot install assembly to cache?

I am trying to add an assembly to the cache on Visual Studio 2010 Command Prompt. I get this error "Failure …

c# wcf .net-assembly gac strongname
Using WiX to put an assembly into both the GAC and Install Path

I'm just starting to learn how to use WiX and I'm running into a snag. My package uses a third …

.net wix gac