0

I downloaded visual studio for C# and now my problem is that when I run a program the very first time it runs without issues but the second time after exiting the program it shows this (pressing f5 also does nothing):

pressing f5 also does nothing

I have tried repairing Visual Studio and uninstalling and reinstalling it but that also doesn't work. It happens to other files too like Python files or asp.net files. Anyone know what's going on?

bad_coder
  • 11,289
  • 20
  • 44
  • 72
  • Is the issue only with one specific program or with every program you run? Have you tried creating a new program to see if the issue happens there? – eglease Sep 13 '21 at 13:55

1 Answers1

-1

Try setting your project as a StartUp Project.

See this answer for details.

eglease
  • 2,445
  • 11
  • 18
  • 28