Questions tagged [gac]

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

The Global Assembly Cache or GAC is a machine-wide .NET assemblies cache for Microsoft's CLR platform. The approach of having a specially controlled central repository addresses the shared library concept and helps to avoid pitfalls of other solutions that lead to drawbacks like DLL hell.

1053 questions
-2
votes
1 answer

Visual Studio C# can not see Dll in GAC

I installed my dll to Global Assembly Cache Folder like in this image But visual studio c# can not see this dll when i want to add a reference to this dll or browse this dll in toolbox. Can you please tell me what i was wrong with the installation…
Dominota
  • 141
  • 7
-2
votes
1 answer

How to find or use a custom library from the GAC

I'm using Windows 8 and I'm trying some things with the Global Assembly Cache (GAC). I created a simple library called AAA, I added a sn key for this in my VisualStudio project, and built it. Later gacutil -i AAA.dll was run. The result message was…
P.K.
  • 1,746
  • 6
  • 25
  • 62
-2
votes
1 answer

How can I register a Visual Basic 6.0 DLL file in the GAC to be able to add it as a reference in a SSIS script task

How can I register a Visual Basic 6.0 DLL file in the global assembly cache (GAC) to be able to add it as a reference in a SQL Server integration services script task?
user136224
  • 153
  • 4
  • 14
1 2 3
70
71