水晶报表版本冲突

发布于 2024-11-18 13:41:59 字数 602 浏览 1 评论 0原文

我开发了一个 Web 应用程序,可以使用 VS Crystal Report 版本 13.0.2000.0 创建 Crystal Reports。我尝试发布它并将其放入 wwwroot 文件夹(IIS7)中。当我运行它时,它给我这个错误:

解析错误消息:无法加载文件或程序集“CrystalDescision.Web,版本 13.0.2000.0,Culture=neutral,PublicKeyToken=692fbea5521e1304”或其依赖项之一。系统找不到该文件。

来源错误:

<% Register Assembly="CrystalDecision.Web Version=13.0.2000.0,Culture=Neutral,PublicKeyToken=692fbea5521e1304"

当我在服务器上运行命令 %windir%\ assembly 时,版本是 10.5.3700。

我的问题是我应该下载/购买哪个水晶报告来升级我的服务器水晶报告?因为 SAP 网站上有很多链接(即 Crystal Report、Crystal Report Server、Crystal Report Viewer 等)。

I developed a web app that creates crystal reports with VS Crystal report version 13.0.2000.0. I tried publishing it and putting it in the wwwroot folder (IIS7). When I run it, it give me this error:

Parse Error Message: Could not load file or assembly 'CrystalDescision.Web, Version 13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file.

Source Error:

<% Register Assembly="CrystalDecision.Web Version=13.0.2000.0, Culture=Neutral, PublicKeyToken=692fbea5521e1304"

When I run the command %windir%\assembly on the server, the version is 10.5.3700.

My questions is which crystal report should I download/buy to upgrade my server crystal reports? Because there was many links on the SAP website (ie. Crystal Report, Crystal Report Server, Crystal Report Viewer, and more).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

烟凡古楼 2024-11-25 13:41:59

您是否在遇到问题的计算机上安装了 Crystal Reports 2010 运行时(Redist 安装包)? 13.0 版本是 VS 2010 的 CR,您可以在此处下载运行时

http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/22083

Have you installed the Crystal Reports 2010 runtime (Redist Installation package) on the computer that you are having trouble? The 13.0 version is CR for VS 2010 and you can download the runtime here

http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/22083

吝吻 2024-11-25 13:41:59

这都是关于不同版本的。
删除对 Crystal*.* 的引用,然后右键单击“引用”以添加正确的程序

集、扩展

您将看到计算机环境中安装的所有内容。

选择与 web.config 上版本相同的版本

确保 web.config 上的版本与整个 fu..ing s.it 相匹配

这是 Crystal Reports 给您带来的痛苦!

It is all about different version.
Remove the references to Crystal*.* and right click on References to add the correct ones

Assemblies, Extensions

You will see everything installed on you computer environment.

Select the ones with the same version that is on your web.config

Make sure the versions on web.config match the whole fu..ing s.it

This is a pain on the ass brought to you by Crystal Reports !

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文