************** 异常文本 **************
System.IndexOutOfRangeException: 索引超出了数组界限。
在 a.ᜂ(String A_0)
在 a.ᜀ(Object A_0, EventArgs A_1)
在 System.Windows.Forms.Form.OnLoad(EventArgs e)
在 System.Windows.Forms.Form.OnCreateControl()
在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
在 System.Windows.Forms.Control.CreateControl()
在 System.Windows.Forms.Control.WmShowWindow(Message& m)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
在 System.Windows.Forms.Form.WmShowWindow(Message& m)
在 System.Windows.Forms.Form.WndProc(Message& m)
在 a.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** 已加载的程序集 **************
mscorlib
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1026 (RTMGDR.030319-1000)
explore
程序集版本: 1.0.0.0
Win32 版本: 1.0.0.0
System.Windows.Forms
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1002 built by: RTMGDR
System.Drawing
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1001 built by: RTMGDR
System
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1026 built by: RTMGDR
FiddlerCore4
程序集版本: 4.4.9.8
Win32 版本: 4.4.9.8
System.Configuration
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1015 (RTMGDR.030319-1000)
System.Xml
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1026 built by: RTMGDR
System.Core
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.233 built by: RTMGDR
mscorlib.resources
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 (RTMRel.030319-0100)
System.Management
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 (RTMRel.030319-0100)
System.Windows.Forms.resources
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 built by: RTMRel
************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。
例如:
启用 JIT 调试后,任何未经处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。
如果你没有源代码,程序不是你写的(而且看来程序还混淆过了)
那么只有找开发商了。
直接用来使用的,还是二次开发用的,看软件有没相关文档
最好看下源码找原因,再debug看看问题在哪里
数组界限问题,你能找到源程序的话,试着调试一下