[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.sdk

Referencing DLL's in Global Assembly Cache

Ali

11/5/2002 7:51:00 PM

How do I reference a DLL installed in the Global Assembly Cache?

Thanks
Ali


2 Answers

wael radwan

11/5/2002 8:01:00 PM

0

On Tue, 5 Nov 2002 12:51:56 -0600 "Ali" <elhamdiali@hotmail.com> wrote:

> How do I reference a DLL installed in the Global Assembly Cache?
>
> Thanks
> Ali
>
>
>
dear ali if you know the path of the DLL assembly You reference to it
throught browse button in add reference dialog box
and at the run time it will refrence to it through the GAC.

NETMaster

11/5/2002 8:08:00 PM

0

If this is with Visual Studio .NET:

MS KB Q306149:
http://support.microsoft.com/default.aspx?scid=kb;EN-...



--
Thomas Scheidegger - MVP .NET - 'NETMaster'
http://www.cetus-links.org/oo_d... - http://dnetm...


"Ali" <elhamdiali@hotmail.com> wrote in message news:uWoxruPhCHA.1656@tkmsftngp11...
> How do I reference a DLL installed in the Global Assembly Cache?