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