The global assembly cache is a .NET machine-wide code cache that stores assemblies designated to be shared by multiple applications.
I'm using Windows 7 Ultimate, trying to manually copy a file into the GAC. I tried using Windows Explorer but it …
windows-7 global-assembly-cacheI have an application developed in Visual Studio 2005 which I am deploying using ClickOnce. My solution contains two projects - …
excel visual-studio-2005 interop outlook global-assembly-cacheWhat's the easiest way to check programmatically if an assembly is registered in the GAC (Global Assembly Cache) on the …
c# .net .net-assembly global-assembly-cacheI have just recently been getting this issue and it may be due to something I installed on my machine. …
exception windows-7 unhandled-exception global-assembly-cacheStruggling with this, project builds and deploys when I don't have EventReceivers in my Features, and fails when I do. …
visual-studio sharepoint global-assembly-cacheI need to create a small app or script to install a .NET assembly into the GAC. I've read there …
.net installation gac global-assembly-cache