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

前端 未结 10 1130
执笔经年
执笔经年 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:36

    Try these:

    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.

提交回复
热议问题