Crystal Reports Merge Module for Visual Studio 2008(适用于 Visual Studio 2008 的 Crystal Reports 合并模块)
问题描述
Visual Studio 2008 不包括 Crystal Reports 的合并模块.这意味着,如果您将 Windows 窗体应用程序从 2005 年升级到 2008 年,则报告应用程序将不再在客户端计算机上运行.
Visual Studio 2008 did not include Merge Modules for Crystal Reports. This means that if you upgraded your Windows Forms application from 2005 to 2008 the reporting application would no longer work on client machines.
网络上有许多关于此状态的相互矛盾的报告 - 合并模块是否将被发布或已经发布.
There are a number of conflicting reports over the web about the status of this - whether a merge module will be or has been released or not.
我听从了 这个论坛,并从HREF=https://smpdl.sap-ag.de/~sapidp/012002523100005986132008E/cr10_net_mm.zip
I followed the advice of this forum, and downloaded merge modules from HREF=https://smpdl.sap-ag.de/~sapidp/012002523100005986132008E/cr10_net_mm.zip
我创建了一个包含 CrystalReports10_Net_EmbeddedReporting.msm 合并模块的安装文件.我可以创建一个安装,但我的应用程序仍然无法工作(请参阅此消息的底部以了解错误).我的猜测是,这适用于那些购买 Crystal Reports 作为 Visual Studio 的单独包的人,而不是那些使用捆绑版本的人.
I've created an installation file containing the CrystalReports10_Net_EmbeddedReporting.msm merge module. I could create an installation, but my application still didn't work (see the bottom of this message for the error). My guess is that this is for those who have purchased Crystal Reports as a separate package to Visual Studio, as opposed to those who are using the bundled version.
有其他人成功使用了与 Visual Studio 2008 捆绑在一起的 Crystal Reports 合并模块吗?
Has anyone else successfully utilised a merge module for Crystal Reports that comes bundled with Visual Studio 2008?
请注意,我可以安装 Visual Studio 2008 Professional 附带的应用程序CRRedist2008_x86.msi".(查看 Microsoft SDKsWindowsv6.0ABootstrapperPackagesCrystalReports10_5).但是我想要一个合并模块,这样客户就不必安装两个单独的包.
Note that I can install the application "CRRedist2008_x86.msi" that comes with Visual Studio 2008 professional. (Look in Microsoft SDKsWindowsv6.0ABootstrapperPackagesCrystalReports10_5). But I want a Merge Module, so that the customers do not have to install two separate packages.
我得到的错误是
无法加载文件或程序集'CrystalDecisions.Windows.Forms,版本=10.5.3700.0,文化=中性,PublicKeyToken=692fbea5521e1304' 或它的依赖项之一.系统找不到指定的文件
Could not load file or assembly 'CrystalDecisions.Windows.Forms, Version=10.5.3700.0, Cultrue=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified
推荐答案
http://resources.businessobjects.com/support/communityCS/FilesAndUpdates/cr10_net_merge_modules.zip
这篇关于适用于 Visual Studio 2008 的 Crystal Reports 合并模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:适用于 Visual Studio 2008 的 Crystal Reports 合并模块
基础教程推荐
- c# Math.Sqrt 实现 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- rabbitmq 的 REST API 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- SSE 浮点算术是否可重现? 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01