【发布时间】:2014-10-21 07:01:11
【问题描述】:
我在vs2010 中创建了一个项目,然后我创建了一个部署项目。当我在我的 PC 上运行应用程序时,它显然运行良好,但对于客户端机器,应用程序运行良好,除了水晶报告。
我做了设置项目,然后添加了先决条件
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 > ok
然后它在构建设置项目时显示 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 运行时,但它给出了错误,first install vs2010 to install CR runtime.vs2010 不应该安装在客户端 PC 上,我不知道如何修复它,问题出在哪里,水晶报告在我的电脑上运行良好,请帮我在客户端电脑上运行它。提前谢谢。
【问题讨论】:
标签: c# .net visual-studio-2010 crystal-reports crystal-reports-2010