Debug Target Is Missing?

后端 未结 19 2293
南笙
南笙 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:24

    I've had the same problem;

    Here are solutions that didn't work for me:

    • Building/rebuilding entire solution
    • Making sure the output path was correct (MyProject > Properties > Build > Output > Output path)

    Here's the solution that did work for me:

    • Rebuilding just the project

提交回复
热议问题