我从Windows 8商店信息中心为我的C#应用程序提供了三个故障转储,并且我正在尝试访问其中的数据。
我在WinDBG中打开了转储,设置了符号路径(包括MS远程服务器),并且它正在下载其中的大部分,但是所有三个故障转储都失败了。我对WinDBG和这种调试完全不熟悉,但是我花了几天时间来寻找解决方案。
分析转储时得到的错误如下:
STOWED_EXCEPTION_80004003_clr.dll!SetupErrorInfo
Unable to load image mscorlib.ni.dll, Win32 error 0n2
Unable to load image Windows.UI.Xaml.ni.dll, Win32 error 0n2
*** WARNING: Unable to verify checksum for Windows.UI.Xaml.ni.dll
*** ERROR: Module load completed but symbols could not be loaded for Windows.UI.Xaml.ni.dll
Unable to load image mscoreei.dll, Win32 error 0n2
*** WARNING: Unable to verify timestamp for mscoreei.dll
*** ERROR: Module load completed but symbols could not be loaded for mscoreei.dll
Unable to load image System.ni.dll, Win32 error 0n2
CLR_EXCEPTION_NEWTONSOFT.JSON.JSONREADEREXCEPTION ... (很明显是什么,但更多信息会很好)
Unable to load image mscorlib.ni.dll, Win32 error 0n2
*** WARNING: Unable to verify checksum for mscorlib.ni.dll
Unable to load image System.Runtime.WindowsRuntime.ni.dll, Win32 error 0n2
*** WARNING: Unable to verify checksum for System.Runtime.WindowsRuntime.ni.dll
*** WARNING: Unable to verify checksum for Windows.UI.ni.dll
*** ERROR: Module load completed but symbols could not be loaded for Windows.UI.ni.dll
Unable to load image Windows.UI.Xaml.ni.dll, Win32 error 0n2
*** WARNING: Unable to verify checksum for Windows.UI.Xaml.ni.dll
*** ERROR: Module load completed but symbols could not be loaded for Windows.UI.Xaml.ni.dll
*** WARNING: Unable to verify checksum for MyApp.ni.exe
*** ERROR: Module load completed but symbols could not be loaded for MyApp.ni.exe
Unable to load image mscoreei.dll, Win32 error 0n2
*** WARNING: Unable to verify timestamp for mscoreei.dll
*** ERROR: Module load completed but symbols could not be loaded for mscoreei.dll
*** WARNING: Unable to verify checksum for System.ni.dll
CLR_EXCEPTION_SYSTEM.ARGUMENTEXCEPTION ...
Unable to load image mscorlib.ni.dll, Win32 error 0n2
Unable to load image System.Runtime.WindowsRuntime.ni.dll, Win32 error 0n2
Unable to load image mscoreei.dll, Win32 error 0n2
*** WARNING: Unable to verify timestamp for mscoreei.dll
*** ERROR: Module load completed but symbols could not be loaded for mscoreei.dll
Unable to load image System.ni.dll, Win32 error 0n2