每當我在調試器下運行我的應用程序,我使用CFileDialog類來瀏覽文件打開爲什麼我每次使用CFileDialog時都會收到異常?
First-chance exception at 0x769db9bc in MyApp.exe: 0x000006BA: The RPC server is unavailable.
First-chance exception at 0x74e8cd99 in MyApp.exe: 0xC0020043: An internal error occurred in RPC.
MyApp.exe has triggered a breakpoint
出現這種情況使用Windows 7 64位VS2008當出現以下情況例外,它不會發生做在XP下同樣的事情。調用堆棧上沒有有用的符號表明發生這種情況的原因,我可以通過關閉調試器中的異常來避免該問題,但我想知道爲什麼會發生這種情況以及如何避免這種情況。