VS Error
Hello, guys I'm pretty new to the world of C# and I tried to create a simple C# file but when I try to execute it give me this error. Does anyone know how to fix this issue?
Thanks in advance
9 Replies
A Class Library is not a project type you can run on its own, you'd need to create a new project and pick a different type
Like a console app?
yeah that would do it 🙂
you should see two though:
make sure you pick the top one
Okay thanks I will try that
Iirc you can just change the project type from class library to console application
Sure can, and just add an entry point
But making a new project is prob easier
True true