Error in Microsoft Visual C # 2010 express
Hello,
I downloaded SplashScreen when I opened a project and tried to run this program I got the following error message “A project with an output type of class library cannot be started directly”.
I am trying to learn C# now but getting these weird error messages.
How can I avoid these errors?
Can I fix it easily?
Suggest me properly what should I do?
Thanks for any help.
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 the library project.
Set the executable project as the startup project.