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.

Re: Referencing a Shared Assembly by Paulo

Paulo
Thu Jul 24 19:22:49 CDT 2003


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"


"Srini" <sreenivasanvr@mascon.co.in> wrote in message
news:0a8101c351de$e7c283a0$a501280a@phx.gbl...
> 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.
>
>