Debug Target Is Missing?

后端 未结 19 2232
南笙
南笙 2020-11-27 20:24

When I try to build my solution, I get the following error:

Visual Studio cannot start debugging because the debug target \'c:\\target\' is missing. P

19条回答
  •  独厮守ぢ
    2020-11-27 21:12

    Although this has already been answered, I found that my own solution was none of the above. Admittedly a rookie mistake, within my solution I had multiple projects, and thus when trying to run solution, the wrong project was set as the Startup Project.

    So in my own case, not to say others, the solution was to right click the project and select Set as Startup Project

提交回复
热议问题