1. msdia80.dll can not be loaded
该文件的路径应该是:C:\Program Files\Common Files\microsoft shared\VC\msdia80.dll
首先查找该文件是否存在,若存在则以管理员权限进行注册:
regsvr32 C:\\"Program Files"\\"Common Files"\\"Microsoft Shared"\\VC\\msdia80.dll
2. 基于对话框的程序在int nResponse = dlg.DoModal(); 处崩溃
考虑是否是对话框资源的错误,打开对话框资源,查看是否有没有注册的控件。
3. vs2005 断点变成空心圆圈,不起作用了
Tool--> Options --> Debugging --> General ---> require source files to exactly match the origianl version 。 把这一项前面的对勾去掉。