How to add a reference from the gac?

  • Thread starter Thread starter Julia
  • Start date Start date
J

Julia

Hi,

My solution contains several project
some are result in a DLL which placed in the GAC
What is the correct way to add references to those dll?
should I add a reference to a local dll when building the solution?


Thanks.
 
If you use an msi installer project to install the app, and set the DLL's
installation folder to be the GAC, then it will automatically know to find
them there once installed.
 

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

Similar Threads

ClickOnce and GAC 1
about adding a assembly dll to the GAC 2
Why the GAC? 5
using GAC 4
GAC hell 8
add references 1
Install into GAC after each build 1
About GAC 2

Back
Top