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

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

    The pdb or Program Database file appears to be missing (basically, the path has changed and can no longer be found by the compiler). See this related post for additional information.

提交回复
热议问题