GAC - Library - Web Projects

  • Thread starter news.bellatlantic.net
  • Start date
N

news.bellatlantic.net

We are looking at building a library that contains classes that the
developers can access across the enterprise (mostly web). I looked at
installing the library in the GAC and was able to do so relatively easily.
The problem I have is I don't know how to reference it in my project now
that it's in the GAC. I only found one note on the internet that makes me
think that we should develop projects that use the assembly (not in GAC) and
when we put it in production .Net looks for the assembly in the GAC and if
it finds one with the same signature it uses it. Is this right?

Thanks for your help!
 
G

Guest

hi
if you are using VS.NET you can add reference to the assembly in GAC by
right clicking the Refrences in the solution explorer of your project .
regards
Anzil
 
N

news.bellatlantic.net

I would normally make a reference this way for private assemblies.Where will
I find the assembly in the GAC? I can't see DLL's in the GAC. Thanks for
your help.
 

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