Debug Target Is Missing?

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

    Here is the solution for this problem, no need to change anything for this problem. You all know C# is case sensitive language and we have to write all methods and statements in correct case. We all are just missing this thing and we just have to change method 'main() --> Main()' This thing solved my problem please let me know if you still find any :-)

提交回复
热议问题