将Crystal Report版本从vs2008升级到vs 2010 [英] Upgrade crystal report version from vs2008 to vs 2010

查看:89
本文介绍了将Crystal Report版本从vs2008升级到vs 2010的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好朋友,
我已经在Visual Studio 2008中开发了具有水晶报表版本10.5.3700.0的asp.net应用程序,现在我需要将水晶报表升级到版本13.0
所以,请告诉我该怎么做.
解决方案

在安装Visual Studio 2010时,Crystal Reports不属于Visual Studio2010.
您必须下载以下文件并安装.

http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0.exe

安装完上面的代码后,您必须在app.config中从
更改启动标记.
< startup>< supportedruntime version =" v4.0" sku =".NETFramework,Version = v4.0">

到下面

< startup uselegacyv2runtimeactivationpolicy =" true">

< supportedruntime version =" v4.0"/">



如果您的项目具有ClickOnce部署,则必须在部署计算机中安装以下运行时.

http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_clickonce_13_0.zip

安装后,您将能够在项目"属性和发布"选项下的先决条件"选项中看到用于.Net Framework 4.0的SAP Crystal Reports Runtime Engine.

发布项目之前,需要检查.Net Framework 4.0的SAP Crystal Reports运行时引擎.


Hello Friends,
I have developed my asp.net application in Visual Studio 2008 having crystal report version 10.5.3700.0 and now i need to upgrade my crystal report to version 13.0
So please tell me how to do that.
thanks in Advance.

解决方案

Crystal Reports is not part of Visual Studio 2010 when you install Visual Studio 2010.
You have to download the following files and install it.

http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0.exe

After installing the above one you have to change startup tag in the app.config from

<startup><supportedruntime version=""v4.0″" sku="".NETFramework,Version=v4.0″">

To below

<startup uselegacyv2runtimeactivationpolicy=""true"">

<supportedruntime version=""v4.0″/">



If you have the ClickOnce deployment for your project you have to install the below runtimes in the deployment machine.

http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_clickonce_13_0.zip

After the installation you will be able to see the SAP Crystal Reports Runtime Engine for .Net Framework 4.0 in the Prerequisites option under Project properties and Publish option.

You need to check the SAP Crystal Reports Runtime Engine for .Net Framework 4.0 before you publish you project.


这篇关于将Crystal Report版本从vs2008升级到vs 2010的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆