问题描述
有关调用实时(JIT)调试而不是此对话框的详细信息,请参见此消息的结尾。**************异常文本**************System.ArgumentOutOfRangeException:startIndex不能大于字符串长度。参数名:startIndex在System.String.InternalSubStringWithChecks(Int32startIndex,Int32length,BooleanfAlwaysCopy)在QQCaptor.Tools.FarmKey.GetFarmKey(StringfarmTime,Stringnewkey)在QQCaptor.Users.User.Login(StringsQQPass,StringsValidate,String&message,BooleanbQcw,BooleanbHymm,BooleanbNc)在QQCaptor.Main.buttonLogin_Click(Objectsender,EventArgse)在QQCaptor.Main.textValidate_TextChanged(Objectsender,EventArgse)在System.Windows.Forms.Control.OnTextChanged(EventArgse)在System.Windows.Forms.TextBoxBase.OnTextChanged(EventArgse)在System.Windows.Forms.TextBoxBase.WmReflectCommand(Message&m)在System.Windows.Forms.TextBoxBase.WndProc(Message&m)在System.Windows.Forms.TextBox.WndProc(Message&m)在System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message&m)在System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&m)在System.Windows.Forms.NativeWindow.Callback(IntPtrhWnd,Int32msg,IntPtrwparam,IntPtrlparam)**************已加载的程序集**************mscorlib程序集版本:2.0.0.0Win32版本:2.0.50727.3053(netfxsp.050727-3000)基本代码:file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll----------------------------------------actmp程序集版本:0.0.0.0Win32版本:0.0.0.0基本代码:file:///D:/QQ幽灵2.7.6%20BY:GHOST%B7幻/QQ幽灵2.7.6%20BY:GHOST%B7幻/QQ幽灵.exe----------------------------------------System.Windows.Forms程序集版本:2.0.0.0Win32版本:2.0.50727.3053(netfxsp.050727-3000)基本代码:file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll----------------------------------------System程序集版本:2.0.0.0Win32版本:2.0.50727.3053(netfxsp.050727-3000)基本代码:file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll----------------------------------------System.Drawing程序集版本:2.0.0.0Win32版本:2.0.50727.3053(netfxsp.050727-3000)基本代码:file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll----------------------------------------System.Xml程序集版本:2.0.0.0Win32版本:2.0.50727.3053(netfxsp.050727-3000)基本代码:file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll----------------------------------------mscorlib.resources程序集版本:2.0.0.0Win32版本:2.0.50727.3053(netfxsp.050727-3000)基本代码:file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll----------------------------------------QQ幽灵程序集版本:2.0.0.0Win32版本:0.0.0.0基本代码:file:///D:/QQ幽灵2.7.6%20BY:GHOST%B7幻/QQ幽灵2.7.6%20BY:GHOST%B7幻/QQ幽灵.exe----------------------------------------Car程序集版本:0.0.0.0Win32版本:0.0.0.0基本代码:file:///D:/QQ幽灵2.7.6%20BY:GHOST%B7幻/QQ幽灵2.7.6%20BY:GHOST%B7幻/Car.DLL----------------------------------------Plant程序集版本:0.0.0.0Win32版本:0.0.0.0基本代码:file:///D:/QQ幽灵2.7.6%20BY:GHOST%B7幻/QQ幽灵2.7.6%20BY:GHOST%B7幻/Plant.DLL----------------------------------------System.Configuration程序集版本:2.0.0.0Win32版本:2.0.50727.3053(netfxsp.050727-3000)基本代码:file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll----------------------------------------AxInterop.WMPLib程序集版本:1.0.0.0Win32版本:1.0.0.0基本代码:file:///D:/QQ幽灵2.7.6%20BY:GHOST%B7幻/QQ幽灵2.7.6%20BY:GHOST%B7幻/AxInterop.WMPLib.DLL----------------------------------------System.DirectoryServices程序集版本:2.0.0.0Win32版本:2.0.50727.3053(netfxsp.050727-3000)基本代码:file:///C:/WINDOWS/assembly/GAC_MSIL/System.DirectoryServices/2.0.0.0__b03f5f7f11d50a3a/System.DirectoryServices.dll----------------------------------------System.Windows.Forms.resources程序集版本:2.0.0.0Win32版本:2.0.50727.3053(netfxsp.050727-3000)基本代码:file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_zh-CHS_b77a5c561934e089/System.Windows.Forms.resources.dll----------------------------------------Interop.WMPLib程序集版本:1.0.0.0Win32版本:1.0.0.0基本代码:file:///D:/QQ幽灵2.7.6%20BY:GHOST%B7幻/QQ幽灵2.7.6%20BY:GHOST%B7幻/Interop.WMPLib.DLL----------------------------------------**************JIT调试**************要启用实时(JIT)调试,该应用程序或计算机的.config文件(machine.config)的system.windows.forms节中必须设置jitDebugging值。编译应用程序时还必须启用调试。例如:<configuration><system.windows.formsjitDebugging="true"/></configuration>启用JIT调试后,任何无法处理的异常都将被发送到在此计算机上注册的JIT调试器,而不是由此对话框处理。请教高手,这个如何解决。
解决方案
解决方案二:
QQCaptor.Tools.FarmKey.GetFarmKey(StringfarmTime,Stringnewkey)看一下这个方法中的代码,应该是用到了IndexOf之类的查找,导致index超过字符串长度或是index为-1
解决方案三:
SubString截取字符串时,开始的索引值startIndex大于整个字符串长度了。