how to configure to show created assembly in visual studio .net reference

  • Thread starter Thread starter wpy
  • Start date Start date
W

wpy

Hi,

I had built my assembly and add it into global cache library for sharing
purpose. Now I want to use it in another application but i cannot found the
assembly in the visual studio .net reference. Does anybody know how to
configure system to show created assembly in the visual studio.net refernce
or there is other correct way to do such thing?

Thanks
 
Hi,

There's a special folder within the Visual Studio .NET installation folder
where you should put an assembly to make it visible in the list of .NET
references:

IDE\PublicAssemblies\

Putting the assembly to the GAC does not cause it to appear in that list.
 

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

Back
Top