Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Every time I tried to start any project it shows me this and nothing happen!!!

What I have tried:

I tried to install the studio again, but it is the same.....
Posted
Updated 3-Jan-20 11:07am

Quote:
exited with code 0

This means that execution was OK.
What you see depend on your code, unfortunately you didn't shown it.
 
Share this answer
 
This is not a problem. It is the exit code your compiled application returns to indicate to the user (you) that it terminated gracefully without any errors.

Since you are a beginner I would recommend you pick a language (that has lots of tutorials, code examples, etc) such as C# and start searching for terms like "how to create a C# console project in visual studio" or "how to create a C# console menu in visual studio".

Play around a bit and you will get acquainted with Visual Studio and the basics of the programming language.

Good luck and happy new year.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900