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

后端 未结 14 1711
醉酒成梦
醉酒成梦 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:57

    Right click on your project in the solution browser => Clean => Build. That is if your build generates a .pdb at all (look in your target dir) If not, you should enable debug by the steps mentioned in other posts

提交回复
热议问题