Referencing a Shared Assembly

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.
 
P

Paulo Lisboa

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"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top