GAC & seeing the assembly...

  • Thread starter Thread starter Scott M.
  • Start date Start date
S

Scott M.

Is it true that even if an assembly is added to the GAC, it won't show up on
the standard .NET assembly reference list?

If so, how can you get a global assembly to show up automatically in the
..NET references list?
 
Hi Scott,

That's correct. Take a look at the KB article to see how you can make it
appear: http://support.microsoft.com/default.aspx?scid=KB;EN-US;306149.

Bottom line: you can add an entry in the Registry. The entry points to the
location of the assemblies you want to appear in the list.

Hope this helps,

bliz
--
Jim Blizzard | http://weblogs.asp.net/jblizzard
Sr .NET Developer Specialist
Microsoft


Your Potential. Our Passion.

This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only, so that others may benefit. Thanks.
 
Back
Top