Debug Target Is Missing?

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

    1. Make sure that output path of project is correct (Project > Properties > Build > Output path)
    2. Go in menu to Build > Configuration Manager, and check if your main/entry project has checked Build. If not, check it.

提交回复
热议问题