Debug Target Is Missing?

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

    Problem: The problem was I had bad nuget source configuration, so the solution could not start properly despite the fact it was build correctly because it still saw old dll references.

    Solution: It was not enough to change nugget source url, I just had to remove entire nugget source and add it again with proper url. Clean solution and rebuild it.

提交回复
热议问题