[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 old version of Assembly

Heidi

10/10/2002 6:46:00 PM

Hi! I have created 2 versions of myAssembly.dll and
placed these 2 dlls on GAC. Is it possible for my console
application to reference the dll in the GAC instead of
the physical location?
2 Answers

Kim

10/12/2002 5:52:00 AM

0

I believe the CLR first look in the GAC and then your
local dir. Any objection?

Cheers,


>-----Original Message-----
>Hi! I have created 2 versions of myAssembly.dll and
>placed these 2 dlls on GAC. Is it possible for my console
>application to reference the dll in the GAC instead of
>the physical location?
>.
>

Suzanne Cook [MS]

10/14/2002 10:46:00 PM

0

That's correct for runtime loading. But, if Heidi was asking about VS.NET's
compile-time assembly references, sorry, the VS.NET IDE doesn't check the
GAC.

Suzanne Cook
--
Please do not respond directly to this alias. This alias is for newsgroup
purposes only.



"Kim" <kim_123@hotmail.com> wrote in message
news:056501c271a2$cf1ead50$36ef2ecf@tkmsftngxa12...
> I believe the CLR first look in the GAC and then your
> local dir. Any objection?
>
> Cheers,
>
>
> >-----Original Message-----
> >Hi! I have created 2 versions of myAssembly.dll and
> >placed these 2 dlls on GAC. Is it possible for my console
> >application to reference the dll in the GAC instead of
> >the physical location?
> >.
> >