In my project I\'m using some third-party libraries. I include them using the references folder in Visual Studio.
But where should I save the DLL files? They are ref
In the properties window of Visual Studio for the reference to the dll, there is a Property called 'Copy Local' - set this to true, and they'll be copied to your local project's bin directory