Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am using vs2008[asp.net,c#] and sql sever2008 to develop a web application.

Where I created a Crystal Report but its generating error on hosting server.
Locally its executing perfectly.

Error Message:

Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.

Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.  Please go to http://www.businessobjects.com/support for more information.


Line 45:         ReportDocument cryRpt = new ReportDocument();
Exception Details: CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime.

Please help me!
Posted
Comments
[no name] 13-Mar-13 11:28am    
If you want to say that contact your ISp, then please don't comment!

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