Visual Studio 2008 Crystal Reports可再发行组件
刚刚安装了Visual Studio Team System RTM,我找不到Crystal Reports Redistributable。升级了我的内部网站并在服务器上安装了CrystalReports2008.msi文件,我的水晶报告都没有运行。它们失败,
描述:在执行当前Web请求期间发生了未处理的异常。请查看堆栈跟踪以获取有关错误及其源自代码的位置的更多信息。 Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
异常详细信息: System.Runtime.InteropServices.COMException:由于以下错误,检索具有CLSID {5FF57840-5172-4482-9CA3-541C7878AE0F}的组件的COM类工厂失败:800736b1。
来源错误:
在执行当前Web请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪来识别有关异常的起源和位置的信息。
堆栈跟踪:
Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {5FF57840-5172-4482-9CA3-541C7878AE0F} failed due to the following error: 800736b1.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[COMException (0x800736b1): Retrieving the COM class factory for component with CLSID {5FF57840-5172-4482-9CA3-541C7878AE0F} failed due to the following error: 800736b1.]
CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor() +182
[TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.]
我可以在光盘上找到x64可再发行组件,安装完成后,ia64可用,但不是x86版本。到底在哪里?没有它,我无法运行任何东西,因为有很多遗留报告。
I can find the x64 redistributable on the disc, and after installation, the ia64 is available, but not the x86 version. Where the heck is it? I can't run anything without it because of a lot of legacy reports.
Jeff
希望原始请求者现在已经知道了这个但是位置x86的redist文件是
C:\Program Files\Microsoft SDKs \ Windows \\\v6。 0A\Bootstrapper \Packages \ Crystal Reports 10_5。
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\CrystalReports10_5.
谢谢代理商Ransack
Thank you Agent Ransack
另外一本手册如果您正在升级需要进行修改,并且要使工具栏上的图标显示出来并且可以找到 http://msdn2.microsoft.com/en-us/library/ms225591.aspx 。只需复制文件夹就可以了。你好了。
One additional manual modification that needs to be made if you are upgrading and that is to make the icons on the toolbar show up and that can be found http://msdn2.microsoft.com/en-us/library/ms225591.aspx. just copy the folder over and you should be good to go.
我卸载旧的CR文件并删除了在webformview for VS2005之上,我的所有报告都正常工作,我无需对它们做任何事情。
I uninstalled the old CR files and deleted the above webformview for VS2005 and all my reports are working correctly without me having to do anything to them.