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.
 
Back
Top