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?
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20596317.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20693502.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20827447.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21078599.html
Zones:
.NETDate Answered: 08/01/2004 Grade: A Views: 0
I need a programming way in C# to get a list of assemblies in GAC, not gacutil way.
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21294238.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21990585.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22087829.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22690144.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_22946...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_20838983.html
Zones:
.NETDate Answered: 01/31/2004 Grade: A Views: 0