Referencing a Shared Assembly

  • Thread starter Thread starter Srini
  • Start date Start date
S

Srini

I am creating an VB.NET assembly, and making it shared by
registering in GAC. This assembly is not listed in the
References dialogue box, when i try to refer it in some
other VB.NET Windows application projects. Can anyone help
me out in this?

Thanks in advance.
Srini.
 
Srini,
If you have VS 2003, you should be able to see the information you want in
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/enu_kbnetframeworkkb/en-us/ne
tframeworkkb/Q306149.htm

The title of this article is:
"How to Display an Assembly in the Add Reference Dialog Box"

Otherwise, if you don't want to follow what they say, just move your DLLs to
C:\Program Files\Microsoft Visual Studio .NET
2003\Common7\IDE\PublicAssemblies

Thanks.
Paulo

DISCLAIMER: This posting is provided "AS IS" with no warranties, and confers
no rights. Use of any possible included code samples are subject to the
terms specified at http://www.microsoft.com/info/cpyright.htm"
 
Back
Top