Crystal Reports 8 for Visual Studio 2013

点点圈 提交于 2020-01-03 17:08:21

问题


Is there any way we can run the Crystal Reports 8 on Visual Studio 2013. I have a Vb.Net Project which was built using VS2008 + Crystal Reports 8.

Now I am running Visual Studio 2013 Community Edition. but the project is not opening is because of Crystal Report References. I know there won't be any! for that ancient Crystal Report version but trying for a luck? Is it possible?


回答1:


To integrate Crystal Reports development int Visual Studio 2013 you must use "SAP Crystal Reports, developer version for Microsoft Visual Studio".

It does NOT support Express Editions of any version of Visual Studio .NET.

You can get it here (choose Install Executable - Support Pack 12)

Single .rpt files can be edited with new Crystal Reports.

If your project was created with older Crystal Report version, you can update assembly version into your configuration file.

 <assemblies>
        <add assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
        <add assembly="CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
        <add assembly="CrystalDecisions.ReportSource, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
        <add assembly="CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
        <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
        <add assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
        <add assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>



回答2:


I do not recommend running Crystal Reports 8 reports with VS Crystal runtime engine. You should run only Crystal XI or later reports with the later runtime engines. The whole IT world has changed since Crystal Reports 8, especially the way Crystal Reports connects to databases. Note, some of your Crystal Reports 8 report WILL work, but I can promise that it won't be all of them.



来源:https://stackoverflow.com/questions/27269752/crystal-reports-8-for-visual-studio-2013

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!