-- 作者:yankunhao
-- 发布时间:2014/2/27 13:33:00
-- 关于windows8中客户端在运行过程中出现错误提示
我有个程序,在我的电脑上执行一个删除单据命令时没出错提示,但在另一台windows8系统中就会出错,不明原因,错误提示如下所示:
如需叫用 Just-In-Time (JIT) 偵錯的詳細資料, 請參閱本訊息結尾處 (而非這個對話方塊) 的資訊。
************** 例外狀況文字 ************** System.IndexOutOfRangeException: 索引 1 不是一個負數值,也不會超過資料列總數。 於 System.Data.DataView.GetRow(Int32 index) 於 System.Data.DataView.System.Collections.IList.get_Item(Int32 recordIndex) 於 Foxtable.O110O0O0lO.O00l010O(Int32 OO1OO) 於 Foxtable.OOl11lll0l10ll.O01l0lOO1llOl001(Object O11l0l, OwnerDrawCellEventArgs O, Boolean O00OOl1l1lOlO110Ol111, Boolean OO1lO01) 於 Foxtable.OOl11lll0l10ll.OO01OlO0OO11lll0ll0O1lO010(Object OlOlO1, OwnerDrawCellEventArgs O) 於 C1.Win.C1FlexGrid.C1FlexGridBase.OnOwnerDrawCell(OwnerDrawCellEventArgs e) 於 C1.Win.C1FlexGrid.C1FlexGridBase. ? (OwnerDrawCellEventArgs e) 於 C1.Win.C1FlexGrid.C1FlexGridBase. ? (Graphics g, Int32 row, Int32 col, Style s, Rectangle rc, String str, Image img) 於 C1.Win.C1FlexGrid.C1FlexGridBase.DrawCell(Graphics g, Int32 row, Int32 col, Style s, Rectangle rc, String str, Image img, CheckEnum chk) 於 C1.Win.C1FlexGrid.C1FlexGridBase.DrawCell(PaintEventArgs e, Int32 row, Int32 col) 於 C1.Win.C1FlexGrid.C1FlexGrid.DrawCell(PaintEventArgs e, Int32 row, Int32 col) 於 C1.Win.C1FlexGrid.C1FlexGrid.DrawRow(PaintEventArgs e, Int32 row) 於 C1.Win.C1FlexGrid.C1FlexGridBase. ? (PaintEventArgs e) 於 C1.Win.C1FlexGrid.C1FlexGridBase.OnPaint(PaintEventArgs e) 於 System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer) 於 System.Windows.Forms.Control.WmPaint(Message& m) 於 System.Windows.Forms.Control.WndProc(Message& m) 於 C1.Win.C1FlexGrid.Util.BaseControls.ScrollableControl.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 組件版本: 2.0.0.0 Win32 版本: 2.0.50727.8000 (FX35W81RTMGDR.050727-8000) 程式碼基底: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- Foxtable 組件版本: 2013.10.13.1 Win32 版本: 2013.10.13.1 程式碼基底: file:///C:/Publish/Foxtable.exe ---------------------------------------- Foxtable.Lib 組件版本: 2013.9.22.1 Win32 版本: 2013.09.22.1 程式碼基底: file:///C:/Publish/Foxtable.Lib.DLL ---------------------------------------- System.Windows.Forms 組件版本: 2.0.0.0 Win32 版本: 2.0.50727.7905 (win9rel.050727-7900) 程式碼基底: 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.7905 (win9rel.050727-7900) 程式碼基底: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing 組件版本: 2.0.0.0 Win32 版本: 2.0.50727.7905 (win9rel.050727-7900) 程式碼基底: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- Microsoft.VisualBasic 組件版本: 8.0.0.0 Win32 版本: 8.0.50727.7905 (win9rel.050727-7900) 程式碼基底: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System.Data 組件版本: 2.0.0.0 Win32 版本: 2.0.50727.7905 (win9rel.050727-7900) 程式碼基底: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Xml 組件版本: 2.0.0.0 Win32 版本: 2.0.50727.7905 (win9rel.050727-7900) 程式碼基底: 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.7905 (win9rel.050727-7900) 程式碼基底: file:///C:/WINDOWS/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- System.Management 組件版本: 2.0.0.0 Win32 版本: 2.0.50727.7905 (win9rel.050727-7900) 程式碼基底: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll ---------------------------------------- C1.Win.C1Ribbon.2 組件版本: 2.0.20102.279 Win32 版本: 2.0.20102.279 程式碼基底: file:///C:/Publish/C1.Win.C1Ribbon.2.DLL ---------------------------------------- Interop.JinDI_SmsComLib 組件版本: 1.0.0.0 Win32 版本: 1.0.0.0 程式碼基底: file:///C:/Publish/Interop.JinDI_SmsComLib.DLL ---------------------------------------- C1.Win.C1Command.2 組件版本: 2.0.20102.19458 Win32 版本: 2.0.20102.19458 程式碼基底: file:///C:/Publish/C1.Win.C1Command.2.DLL ---------------------------------------- mscorlib.resources 組件版本: 2.0.0.0 Win32 版本: 2.0.50727.8000 (FX35W81RTMGDR.050727-8000) 程式碼基底: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- System.Transactions 組件版本: 2.0.0.0 Win32 版本: 2.0.50727.7905 (win9rel.050727-7900) 程式碼基底: file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll ---------------------------------------- System.EnterpriseServices 組件版本: 2.0.0.0 Win32 版本: 2.0.50727.7905 (win9rel.050727-7900) 程式碼基底: file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll ---------------------------------------- System.Configuration 組件版本: 2.0.0.0 Win32 版本: 2.0.50727.7905 (win9rel.050727-7900) 程式碼基底: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- C1.Win.C1FlexGrid.2 組件版本: 2.6.20102.554 Win32 版本: 2.6.20102.554 程式碼基底: file:///C:/Publish/C1.Win.C1FlexGrid.2.DLL ---------------------------------------- 28c3c9fa.Project 組件版本: 0.0.0.0 Win32 版本: 2013.10.13.1 程式碼基底: file:///C:/Publish/Foxtable.exe ---------------------------------------- 28c3c9fa.DataTable.登陆 組件版本: 0.0.0.0 Win32 版本: 2013.10.13.1 程式碼基底: file:///C:/Publish/Foxtable.exe ---------------------------------------- 28c3c9fa.DataTable.规格表导入 組件版本: 0.0.0.0 Win32 版本: 2013.10.13.1 程式碼基底: file:///C:/Publish/Foxtable.exe ---------------------------------------- 28c3c9fa.DataTable.bgl 組件版本: 0.0.0.0 Win32 版本: 2013.10.13.1 程式碼基底: file:///C:/Publish/Foxtable.exe ---------------------------------------- 28c3c9fa.DataTable.bzcb 組件版本: 0.0.0.0 Win32 版本: 2013.10.13.1 程式碼基底: file:///C:/Publish/Foxtable.exe ---------------------------------------- 28c3c9fa.DataTable.cldjls 組件版本: 0.0.0.0 Win32 版本: 2013.10.13.1 程式碼基底: file:///C:/Publish/Foxtable.exe ---------------------------------------- 28c3c9fa.DataTable.Costbom 組件版本: 0.0.0.0 Win32 版本: 2013.10.13.1 程式碼基底: file:///C:/Publish/Foxtable.exe ---------------------------------------- 28c3c9fa.DataTable.cpbj 組件版本: 0.0.0.0 Win32 版本: 2013.10.13.1 程式碼基底: file:///C..
|