4 Replies
You are building a class library instead of an executable program. You can't "run" a class library.
In the properties for the project you can change the output type:
Make sure you have an entry point if you switch to a console application. It was probably set to class library for a reason
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.