我复制了一个现有项目并重命名了该文件夹.现在,当我尝试编译应用程序时出现此错误
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 or does not match. No symbols loaded.
Do you want to continue debugging ?
如果我点击是,它会编译并运行良好.但现在我必须处理那个消息.只是好奇我在项目属性中更改了什么以使其停止.
If I click yes, it compiles and runs fine. But now I have to deal with that message. Just curious about what I change in the projects properties to get it to stop.
主要原因是你没有匹配的pdb和exe.
The main reason is that you don't have a matching pdb and exe.
一些可能的解决方案:
这篇关于无法找到调试信息或与 Visual Studio 的不匹配的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!