GAC ?

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

Scott M.

GAC assemblies do not automatically show up in VS.NET's reference list.
There is a registry tweak that must be done to get them to show up.
 
Question. When I strong name my shared assemblies and enter them into the
Global Assembly Cache why doesn't it show up in Visual Studio when I click
on add reference in the .NET tab.

Is there something i'm missing?

Nick
 
You'll have to manually edit the registry for vs.nt to pick up new GAC
objects. Take a look at this link:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q306149

You'll need to restart you Visual Studio.

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 
Back
Top