Link to home
Start Free TrialLog in
Avatar of AndyC1000
AndyC1000

asked on

Build Visual Studio 2008 Windows Application into exe (dll's?)

Hello,

Built code using release mode and installed .NET framework on the machines that I intend to install the application.

The VS solution contains references to charting packages, i.e. MS Chart Controls dll.  Where do I add these references?  I was told that the executable and references should be added to a folder on the machine.  There is also a csv file the program reads.  I'm unsure how it works with file paths etc.

Do I add a direcory on the C:/ drive, that contains a bin directory with the exe and the dll's?  
ASKER CERTIFIED SOLUTION
Avatar of chapmanjw
chapmanjw
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Matt_Lebrao
Matt_Lebrao

To add a reference to your project with Visual Studio right click "References" in the "Solution Explorer" toolbox, the click "Add Reference":


SExplorer.png
If you can't find this tollbox press "Control+W" then press "S"