debugging information cannot be found or does not match visual studio's

后端 未结 14 1699
醉酒成梦
醉酒成梦 2020-11-29 04:11

I copied an existing project and renamed the folder. Now I get this error when I try to compile the application

debugging information cannot be found

14条回答
  •  春和景丽
    2020-11-29 04:54

    I faced the same problem and tried all above mentioned solutions but it couldn't help me. Then I found a new solution randomly and it worked.

    Solution is that,in case you are having many projects in a solution then you should mark any one (specific one which you have to decide) project as a "Set as Startup Project". Right click on that specific project and click "Set as Startup Project".

    It worked for me.

提交回复
热议问题