C#-无法在客户端计算机上运行Crystal Report
作者:互联网
我在vs2010中创建了一个项目,然后创建了一个已部署的安装项目.当我在PC上运行应用程序时,它显然运行良好,但是对于客户端计算机,该应用程序除Crystal Report之外运行良好.
我做了安装项目,然后添加了先决条件
Microsoft .Net framework 4 Client Profile (x86 and x64)
SQL server 2008 express
windows installer 3.1
选择>从与我的应用程序相同的位置下载先决条件>好
这样,当我构建项目时,它是成功的,并且应用程序运行良好,但是在客户端计算机上没有任何重要报告.因此,我尝试为.Net Framework 4.0添加必备的SAP Crystal Report Runtime Engine.好
然后在构建安装项目中显示4个错误,分别是;
Error 5 To enable 'Download prerequisites from the same location as my application' in the Prerequisites dialog box, you must download file 'Crystal Reports for .NET Framework 4.0\CRRuntime_32bit_13_0.msi' for item 'SAP Crystal Reports Runtime Engine for .NET Framework 4.0' to your local machine. For more information, see http://go.microsoft.com/fwlink/?LinkId=239883.
Error 7 General failure building bootstrapper
Error 6 To enable 'Download prerequisites from the same location as my application' in the Prerequisites dialog box, you must download file 'Crystal Reports for .NET Framework 4.0\CRRuntime_64bit_13_0.msi' for item 'SAP Crystal Reports Runtime Engine for .NET Framework 4.0' to your local machine. For more information, see http://go.microsoft.com/fwlink/?LinkId=239883.
Error 8 Unrecoverable build error.
我尝试在客户端PC上为.NET Framework 4.0安装CR运行时,但是它给出了以下错误:首先安装vs2010来安装CR运行时.vs2010不应该安装在客户端PC上,我不知道如何解决它,问题出在哪里, Crystal报表在我的PC上运行良好,请提前帮助我在客户端PC上运行它.
解决方法:
我以某种方式解决了该问题,我更改了所有报告.rpt文件的属性,将构建操作从“嵌入式资源”设置为“内容”,然后将报告的所有.rpt和.cs文件复制到同一安装文件夹中,因此在客户机也是.
标签:crystal-reports-2010,visual-studio-2010,crystal-reports,c,net 来源: https://codeday.me/bug/20191029/1956935.html