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
Mattias Sj?gren - 06 Nov 2003 22:43 GMT
>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/?kbid=306149
Mattias

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/
Please reply only to the newsgroup.
MO - 07 Nov 2003 01:45 GMT
Thanks!!! working great now
> >just curious why it doesn't
> >show up in the VS .NET dialog box when you try to add a reference in your
[quoted text clipped - 4 lines]
>
> Mattias
Phil Wilson - 06 Nov 2003 23:14 GMT
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>.

Signature
Phil Wilson [MVP Windows Installer]
----
> 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
[quoted text clipped - 9 lines]
> thx,
> mo