DebugDiag2.0 在分析应用的挂起问题时失败 asp.net



我正在使用DebugDiag2.0来分析 asp.net 应用程序的挂起问题。但是我得到了一个错误:

CrashHangAnalysis Failed Dump File:  E:w3wp_141218.dmp;
Type:  System.FormatException
Message:  the input string format is not correct.
Stack Trace:
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at DebugDiag.AnalysisRules.AnalyzeManagedImpl.getDotNetAnalysis(ScriptThreadClass Thread, Object FrameID)
at DebugDiag.AnalysisRules.AnalyzeThreads.getDotNetAnalysisIfThreadMatches(ScriptThreadClass Thread, AnalyzedThreadClass& AnalyzedThread, Int32& nFrameNum)
at DebugDiag.AnalysisRules.AnalyzeThreads.getAnalysis(ScriptThreadClass Thread)
at DebugDiag.AnalysisRules.AnalyzeThreads.DoAnalyzeThreads()
at DebugDiag.AnalysisRules.CrashHangAnalysis.DoHangAnalysis()
at DebugDiag.AnalysisRules.CrashHangAnalysis.RunAnalysisRule(NetScriptManager manager, NetProgress progress)
at DebugDiag.DotNet.NetAnalyzer.RunAnalysisRulesInternal(DumpFileType bitness, NetProgress progress, String symbolPath, String imagePath, String reportFileFullPath, Boolean twoTabs, 

谁能帮忙知道发生了什么?

我安装了调试诊断1.2来调试转储文件。我收到错误:vbscript 运行时错误。代码0x800a000d,类型不匹配"CInt"行 14896,崩溃挂起分析的第 16 列.asp

尝试安装版本 2.0.1:http://www.microsoft.com/en-us/download/details.aspx?id=42933并尝试那里。

最新更新