我有一款软件打开提示索引超出了数组界限怎么解决啊?

************** 异常文本 **************
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)

基本代码: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll

explore
程序集版本: 1.0.0.0
Win32 版本: 1.0.0.0

基本代码: file:///C:/Users/Administrator/Desktop/新建文件夹/dumped_Output_se.exe

System.Windows.Forms
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1002 built by: RTMGDR

基本代码: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System.Drawing
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1001 built by: RTMGDR

基本代码: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

System
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1026 built by: RTMGDR

基本代码: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

FiddlerCore4
程序集版本: 4.4.9.8
Win32 版本: 4.4.9.8

基本代码: file:///C:/Users/Administrator/Desktop/新建文件夹/FiddlerCore4.DLL

System.Configuration
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1015 (RTMGDR.030319-1000)

基本代码: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Xml
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1026 built by: RTMGDR

基本代码: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

System.Core
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.233 built by: RTMGDR

基本代码: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

mscorlib.resources
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 (RTMRel.030319-0100)

基本代码: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/mscorlib.resources.dll

System.Management
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 (RTMRel.030319-0100)

基本代码: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll

System.Windows.Forms.resources
程序集版本: 4.0.0.0
Win32 版本: 4.0.30319.1 built by: RTMRel

基本代码: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_zh-Hans_b77a5c561934e089/System.Windows.Forms.resources.dll

************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。

例如:



启用 JIT 调试后,任何未经处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理。

如果你没有源代码,程序不是你写的(而且看来程序还混淆过了)
那么只有找开发商了。

直接用来使用的,还是二次开发用的,看软件有没相关文档

最好看下源码找原因,再debug看看问题在哪里

数组界限问题,你能找到源程序的话,试着调试一下