请问为何我在 XP VISTA 均显示相同的错误讯息如下:
如需叫用 Just-In-Time (JIT) 侦错的详细资料,
请参阅本讯息结尾处 (而非这个对话方块) 的资讯。
************** 例外状况文字 **************
System.ArgumentException: 引数 'Length' 必须大于或等于零。
于 Microsoft.VisualBasic.Strings.Mid(String str, Int32 Start, Int32 Length)
于 WindowsApplication4.xaa4f033827d75b4d.xd502e84591857180(Object xe0292b9ed559da7d, RunWorkerCompletedEventArgs xfbf34718e704c6bc)
于 System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
于 System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
************** 已载入的组件 **************
mscorlib
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.1434 (REDBITS.050727-1400)
程式码基底: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
数位天气预报机
组件版本: 1.0.0.0
Win32 版本: 1.1.1.0
程式码基底: file:///J:/数位天气预报机.exe
----------------------------------------
Microsoft.VisualBasic
组件版本: 8.0.0.0
Win32 版本: 8.0.50727.1434 (REDBITS.050727-1400)
程式码基底: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System.Windows.Forms
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.1434 (REDBITS.050727-1400)
程式码基底: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.1434 (REDBITS.050727-1400)
程式码基底: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.1434 (REDBITS.050727-1400)
程式码基底: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.1434 (REDBITS.050727-1400)
程式码基底: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Configuration
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.1434 (REDBITS.050727-1400)
程式码基底: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.1434 (REDBITS.050727-1400)
程式码基底: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Accessibility
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.1434 (REDBITS.050727-1400)
程式码基底: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
System.Drawing.resources
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.1434 (REDBITS.050727-1400)
程式码基底: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing.resources/2.0.0.0_zh-CHT_b03f5f7f11d50a3a/System.Drawing.resources.dll
----------------------------------------
mscorlib.resources
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.1434 (REDBITS.050727-1400)
程式码基底: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Microsoft.VisualBasic.resources
组件版本: 8.0.0.0
Win32 版本: 8.0.50727.1434 (REDBITS.050727-1400)
程式码基底: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic.resources/8.0.0.0_zh-CHT_b03f5f7f11d50a3a/Microsoft.VisualBasic.resources.dll
----------------------------------------
System.Windows.Forms.resources
组件版本: 2.0.0.0
Win32 版本: 2.0.50727.1434 (REDBITS.050727-1400)
程式码基底: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_zh-CHT_b77a5c561934e089/System.Windows.Forms.resources.dll
----------------------------------------
************** JIT 侦错 **************
若要启用 Just-In-Time (JIT) 侦错功能,则必须在
此应用程式或电脑的 .config 档案中,设定
system.windows.forms 区段内的 jitDebugging 值。
且该应用程式也必须在启用侦错的状态下进行
编译。
例如:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
当 JIT 侦错功能启用后,会将所有未处理的例外
状况传送给电脑上已注册的 JIT 侦错工具进行处
理,而不是使用这个对话方块来处理。