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

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

    In my case I had added a project to a solution manually, where that project was targeting a higher .NET version than the rest of the projects that were referencing it. Strange... there would normally be a somewhat more verbose, literal and descriptive error in such cases.

    There wasn't a real error but there was a warning that said as much.

提交回复
热议问题