C# Debug - cannot start debugging because the debug target is missing

前端 未结 10 1157
执笔经年
执笔经年 2020-12-09 14:47

I am fairly new to C#..

I am using Visual Studio 12, the source I am using was last edited in VS 12.. But my problem is that it\'s throwing me this error:

10条回答
  •  甜味超标
    2020-12-09 15:27

    You are not set the startup project so only this error occur. Mostly this problem occur when your working with more project in the single solution.

    First right click on your project and "Set as Start Up Project" and/or right click on the start up file inside the sleeted project and click "Set StartUp File".

提交回复
热议问题