Advertisement

1 - 10 of 54 containing alltags:("GAC") (0 seconds)
If you add an assembly the GAC, is it supposed to show up in the .NET component listing when adding a reference to a project? If not, how are you supposed to access your assembly from the GAC?
Zones: .NETDate Answered: 04/27/2003 Grade: B Views: 0
Hi all, I'd like to add a COM+ dll into Global Assembly Cache programmatically (!without using gacutil.exe!). I've found a topic to solve it (http://support.microsoft.com/default.aspx?scid=kb;en...
Zones: C#Date Answered: 07/31/2003 Grade: A Views: 13
I have a generic assembly that I created and put into the GAC on our web server (I'm Running a Rich Client). When I am loading my application via a url and once it needs to access the generic assem...
Zones: .NETDate Answered: 12/17/2003 Grade: A Views: 0
Hello Friends, I was reading that GAC stores the pre-JITted assemblies too, apart from the global assemblies. Is that true? Why are they stored in GAC if they are not global? How long are they s...
Zones: .NETDate Answered: 08/01/2004 Grade: A Views: 0
Tags: gac
I need a programming way in C# to get a list of assemblies in GAC, not gacutil way.
Zones: C#Date Answered: 01/30/2005 Grade: A Views: 4
Hi I have create a managed dll that i used in unmanaged c++ and these dlls are used by another application. It works on my machine fine as it is register managed assembly in GAC. I dont want my a...
Zones: C#Date Answered: 09/15/2006 Grade: A Views: 0
Hi, I want to register my dlls into GAC ... these are third party dlls.  I created MSI package.  But when I run this msi package, it starts putting dlls into GAC and then suddenly for one or two...
Zones: MS Visual BasicDate Answered: 02/03/2007 Grade: A Views: 10
This is a tough one, sorry guys. Im using Visual Studio 2005 I have a VB.NET dll registered for COM interop so I use CreateDispatch to generate classes from my EXE. The problem is that if...
Zones: MS Visual Basic, .NET, Visual StudioDate Answered: 09/21/2007 Grade: A Views: 0
Hi, My problem I have c# 2.0 web application ( migrated from 2003) with vs2005 SP1. It is multi tier application and in my database tier i have set reference to Oracle.DataAccess 9.2.0.2. On t...
Zones: Visual Studio, .NET, C#Date Answered: 11/09/2007 Grade: B Views: 30
For example I have my own assembly I created and some 3rd party assemblies and I reference them the normal way by adding them to the reference section of the project. I then compile my exe and ever...
Zones: .NETDate Answered: 01/31/2004 Grade: A Views: 0