有关调用实时(JIT)调试而不是此对话框的详细信息,
请参见此消息的结尾。
************** 异常文本 **************
System.NullReferenceException: 未将对象引用设置到对象的实例。
在 Foxtable.Table.OO1lll0O0OOO101l(XLSheet OlllO, Int32 OOlOOl01, Int32 O01001, Int32 OOl0O11l, Int32 O01O1l)
在 Foxtable.Table.SaveExcel(String Ol0lOO1l, String OOO0Oll10, SaveExcelFlags O0Ol0)
在 Foxtable.frmSaveAsExcel.O0ll1010O011O(Object OlO110, EventArgs O)
在 System.Windows.Forms.Control.OnClick(EventArgs e)
在 System.Windows.Forms.Button.OnClick(EventArgs e)
在 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ButtonBase.WndProc(Message& m)
在 System.Windows.Forms.Button.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)
************** JIT 调试 **************
要启用实时(JIT)调试,
该应用程序或计算机的 .config 文件(machine.config)的 system.windows.forms 节中必须设置
jitDebugging 值。
编译应用程序时还必须启用
调试。
例如:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
启用 JIT 调试后,任何无法处理的异常
都将被发送到在此计算机上注册的 JIT 调试器,
而不是由此对话框处理
------狐爸,我要导的表,只有表头时,不会出错,但有数据,就会出错,我还发现,如果列的属性有
列表项目中的 自定义... 可以有窗口式输入时,有回车输入信息时,导出也会出错,这个如何能避免呢?