Debug Target Is Missing?

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

    Please follow the below steps to overcome this problem:

    1. If you are working with VS2010, change platform target to x64
    2. Select .net framework as 3.5
    3. If you are using any custom code for Sharepoint and like to debug or deploy the use the above....and my bad sake i dont abt the .net applications

提交回复
热议问题