[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

microsoft.public.dotnet.framework.sdk

Installing assemblies into the gac...

MO

11/6/2003 10:36:00 PM

Why when I install an assembly into the gac is it not seen in the 'Add
Reference' dialog box under the .NET tab??? Everything works just fine, and
I can see it in the 'WINDOWS\assembly' folder -- just curious why it doesn't
show up in the VS .NET dialog box when you try to add a reference in your
application....

using VS .NET 2003, I've tried the gacutil and windows installer methods as
well as just dragging the assembly into the gac....

no big deal, just seems strange to me... am I missing something?


thx,
mo



3 Answers

(Mattias Sjögren)

11/6/2003 10:43:00 PM

0


>just curious why it doesn't
>show up in the VS .NET dialog box when you try to add a reference in your
>application....

INFO: How to Display an Assembly in the Add Reference Dialog Box
http://support.microsoft.com/?k...



Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.n...
Please reply only to the newsgroup.

Phil Wilson

11/6/2003 11:15:00 PM

0

I think what you're missing is that VS references don't by default point to the
GAC. They are references to the
<WindowsFolder>\Microsoft.NET\Framework\v<whatever>.
--
Phil Wilson [MVP Windows Installer]
----
"MO" <no_spam@thank.you> wrote in message
news:%239ydQZLpDHA.2404@TK2MSFTNGP12.phx.gbl...
> Why when I install an assembly into the gac is it not seen in the 'Add
> Reference' dialog box under the .NET tab??? Everything works just fine, and
> I can see it in the 'WINDOWS\assembly' folder -- just curious why it doesn't
> show up in the VS .NET dialog box when you try to add a reference in your
> application....
>
> using VS .NET 2003, I've tried the gacutil and windows installer methods as
> well as just dragging the assembly into the gac....
>
> no big deal, just seems strange to me... am I missing something?
>
>
> thx,
> mo
>
>
>


MO

11/7/2003 1:45:00 AM

0

Thanks!!! working great now



"Mattias Sjögren" <mattias.dont.want.spam@mvps.org> wrote in message
news:OgdOPdLpDHA.3504@TK2MSFTNGP11.phx.gbl...
>
> >just curious why it doesn't
> >show up in the VS .NET dialog box when you try to add a reference in your
> >application....
>
> INFO: How to Display an Assembly in the Add Reference Dialog Box
> http://support.microsoft.com/?k...
>
>
>
> Mattias
>
> --
> Mattias Sjögren [MVP] mattias @ mvps.org
> http://www.msjogren.n...
> Please reply only to the newsgroup.