Visual Studio – Debug Executable Specified in the Debug Profile does not Exist

For me, all I needed to do was modify the Project Properties (right click the project in the Solution Explorer –> Project Properties), then under the Application tab, select an appropriate Target Framework. It was unset for me by default.

enter image description here

Leave a Comment