i am new in programming. when i am trying to learn codig and execute some HTML-Bootstrap pages, i faced with an error at begining of the exercise.(Visual Studio 2022 Community)
I couldn't find any solution about that on internet.
Do you have any response or solution? can you explain the sollution as I am very new person at programming and computer enviroment?
VS ERROR (python) = Project cannot be launched because startup file is not specified
That is how I solved this problem;
- Add a python empty module to project,
- Set it as a Startup project,
- then Run.
That's all.
I came across similar error, but googling found the detailed solution by MS at:
https://learn.microsoft.com/en-us/visualstudio/python/managing-python-projects-in-visual-studio?view=vs-2022
You can simply: