Setup and share libraries in GAC

E

Eduard

Hey,

I want to create a setup project which places a few code libraries in the
GAC. I added the GAC folder in my setup project, and placed the assemblies
in that folder. Now after install, i see the (strong named) assemblies in
the GAC. So far so good!

The only propblem is I don't see these assemblies in my Reference window in
VS.NET. Since I want to share these libraries, I want to do 'something' that
makes those (four) assemblies in the GAC visible in my Reference Window. Is
there a way to do this?
 
G

Guest

The only propblem is I don't see these assemblies in my Reference window in
VS.NET. Since I want to share these libraries, I want to do 'something' that
makes those (four) assemblies in the GAC visible in my Reference Window. Is
there a way to do this?

Not really, VS' Add Reference dialog doesn't show the GAC content. This KB
article explains how to get assemblies listed there.

http://support.microsoft.com/?kbid=306149


Mattias
 

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