Top "Gac" questions

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

What's the 'correct' way of registering/installing an Assembly to the GAC?

There seems to be lots of different ways to register assemblies with the GAC, as in, they 'work'. However, what's …

.net windows installation gac
How to reference GAC assemblies when integrating a CLR extension into SQL Server

I've created an assembly for CLR integration in SQL Server 2008. It has one reference to System.Web.Extensions, which is …

sql-server clr gac
.NET assembly loading priorities

I have a solution with 3 projects (GUI, BL and DAL). The DAL assembly is signed and deployed in the GAC. …

.net assemblies gac
Methods to programmatically install a .NET assembly into the GAC

I 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
signing assemblies with a strong name, ok, but what if some 3rd party DLL isn't signed?

I understand the basic idea behind signing assemblies but have a problem when using Telerik or 2rd party DLLs. I …

c# gac copy-protection assembly-signing snk
SQLCLR Function and System.Runtime.Serialization In GAC

I've built a SQLCLR function in C# that will deserialize JSON and return a table. The problem I have is …

.net sql-server sql-server-2012 gac sqlclr