I am trying to figure out .net and got this code that when I try to run from VS 2008 it gives me this error
A project with an Output Type of Class Library cannot be started directly.
In order to debug this project, add an executable project to this solution which references to the library project. Set the executable project as the startup project
I am learning C# so have no idea what to do here