当前位置:编程学习 > C#/ASP.NET >>

在WINFORM程序里面报了一个未知错误,特来求助

我做了一个单机的程序,在运行程序打开很多个报表页的时候报出以下错误
************** 异常文本 **************
System.Runtime.InteropServices.COMException (0x0000F10A)
   在 System.RuntimeType.ForwardCallToInvokeMember(String memberName, BindingFlags flags, Object target, Int32[] aWrapperTypes, MessageData& msgData)
   在 CELL50Lib._DCell2000.AppendSheetFromFile(String filename, Int32 start, Int32 count)
   在 AxCELL50Lib.AxCell.AppendSheetFromFile(String filename, Int32 start, Int32 count)
   在 ConcSoft.DocumentInfo.ReportViewFormJLB.selnode(String xml)
   在 ConcSoft.DocumentInfo.ReportViewFormJLB.ReportViewFormJLB_Load(Object sender, EventArgs e)
   在 System.Windows.Forms.Form.OnLoad(EventArgs e)
   在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
   在 System.Windows.Forms.Control.set_Visible(Boolean value)
   在 System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
   在 System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
   在 System.Windows.Forms.Form.ShowDialog(IWin32Window owner)
   在 System.Windows.Forms.Form.ShowDialog()
   在 ConcSoft.DocumentInfo.DocInfoForm.viewLb_Click(Object sender, EventArgs e)
   在 System.Windows.Forms.Control.OnClick(EventArgs e)
   在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   在 System.Windows.Forms.Control.WndProc(Message& m)
   在 System.Windows.Forms.Label.WndProc(Message& m)
   在 System.Windows.Forms.LinkLabel.WndProc(Message& msg)
   在 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) --------------------编程问答-------------------- com异常,你可以断点看一下。 --------------------编程问答-------------------- 1.华表的版本咋还是5.0呢,我记得8年前用版本都是5.0了,难道被用友给糟蹋了!!!
2.打开多个报表,根据堆栈信息,你检测下本地文件报表是否都存在把?(只是猜测) --------------------编程问答-------------------- 你用了外部的东西,出现了引用错误。 --------------------编程问答-------------------- com 异常了~~~~~ 调试下看看~~ --------------------编程问答--------------------
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,