Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I got this error on server and my code is running fine in localhost .i have CR 32bit

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.


SQL
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.

Exception Details: CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime. 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.



How to resolve this problem ....
and i have godaddy's hosting
Posted
Comments
Nathan Minier 9-Jan-15 7:06am    
Make sure to set Copy Local: True on your crystal report reference. It's likely that the runtime is not in the server GAC.

1 solution

Hi mayank,

Does godaddy support crystal report? If not, then your crystal report wont work. You need to find hosting provider that support for crystal report. You can google it. I have good experience with asphostportal.com. I host my asp.net site, as I know they also support crystal report. So, you can try them
 
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