0

IISExpress option was present when I created .net core mvc web app. But on reopening the project, the startup item has "current document " option (along with 2 other individual files).

The application is entering break mode when selecting any of them.

enter image description here

Markus Meyer
  • 3,327
  • 10
  • 22
  • 35

2 Answers2

0

You can try to choose Tools->Customize->Commands,and then click toolbar radio button,choose Standard.Then try to choose debug target,click Delete button and Reset All button. enter image description here

Yiyi You
  • 16,875
  • 1
  • 10
  • 22
0

I resolved the above problem by opening the .sln file inside my project directory for reopening my .net projects. It launches the project in vs code.