Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/331.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 文档尚未使用crystal report打开_C#_Windows_Crystal Reports_Desktop Application - Fatal编程技术网

C# 文档尚未使用crystal report打开

C# 文档尚未使用crystal report打开,c#,windows,crystal-reports,desktop-application,C#,Windows,Crystal Reports,Desktop Application,我已经创建了一个软件。但在我的开发人员机器上,crystal报告生成成功,但当我在客户端机器上安装软件时,它给出了这个错误。我在堆栈溢出中检查了许多解决方案,但找不到任何解决方案。如果有任何解决办法,那么这将帮助我 CrystalDecisions.Shared.CrystalReportsException:加载报告失败。 --->System.Runtime.InteropServices.COMException:文档尚未打开。在 CrystalDecisions.ReportAppSer

我已经创建了一个软件。但在我的开发人员机器上,crystal报告生成成功,但当我在客户端机器上安装软件时,它给出了这个错误。我在堆栈溢出中检查了许多解决方案,但找不到任何解决方案。如果有任何解决办法,那么这将帮助我

CrystalDecisions.Shared.CrystalReportsException:加载报告失败。 --->System.Runtime.InteropServices.COMException:文档尚未打开。在 CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.get_ReportAppServer() 在 CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.get_ReportAppServer() 在 CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentsPened()文件 ---内部异常堆栈跟踪结束---位于Microsoft.VisualBasic.CompilerServices.Symbols.Container.InvokeMethod(方法 TargetProcedure、对象[]参数、布尔[]回写、BindingFlags (b)在 Microsoft.VisualBasic.CompilerServices.NewLateBinding.ObjectLateGet(对象 实例、类型、字符串成员名、对象[]参数、字符串[] ArgumentNames,类型[]TypeArguments,布尔值[]CopyBack)位于 Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGet(对象 实例、类型、字符串成员名、对象[]参数、字符串[] ArgumentNames,类型[]TypeArguments,布尔值[]CopyBack)位于 Inventory.frmCstReport.btn显示\单击 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 按钮,Int32单击)在 System.Windows.Forms.Control.WndProc(Message&m)位于 System.Windows.Forms.ButtonBase.WndProc(Message&m)位于 System.Windows.Forms.Button.WndProc(Message&m)位于 System.Windows.Forms.NativeWindow.Callback(IntPtr-hWnd,Int32-msg, IntPtr wparam、IntPtr lparam)


服务器上安装的Crystal Reports运行时可能与您正在开发的版本不匹配