Click here to Skip to main content
15,896,408 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
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.
Posted
Comments
Kschuler 2-Nov-12 10:50am    
Did you try just opening up the old crystal report with the newer version and then saving it?

1 solution

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.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900