I'm loading the source code in VS 2003, and when I try to run the project, this error pops up:
"A project with an Output Type of Class Library cannot be started directly
In order to debug this project, go to the Debugging tab under Configuration Settings in Project Properties, and set
the Start Action to Start External Program or Start URL. Alternatively, you can add a non-library project to this
solution that uses a reference to this project and set it as the startup project."
Am I doing something wrong?
Thanks.