Note that there are some explanatory texts on larger screens.

plurals
  1. POHow can i solve this Crystal reports error?
    text
    copied!<p>I have just completed developing my web application. I was trying to deploy it to test it. When i was doing that It first gave me crystal reports related assemblies missing error then I took all Cr assemblies from my GAC to the bin, republished and redeployed my application @ someee.com </p> <p>Now that error was gone but then It started giving me the following error:</p> <blockquote> <p>Server Error in '/' Application. An error has occurred while attempting to load the Crystal Reports runtime.</p> <p>Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.</p> <p>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 <a href="http://www.businessobjects.com/support" rel="nofollow">http://www.businessobjects.com/support</a> for more information. </p> </blockquote> <p>All the other pages in my web app are opening perfectly but there is only one page which throws the above mentioned error. That is when the user clicks 'generate report' button on one page. This button actually loads the report and shows it in the Crystal report viewer on the same page. It works perfectly on my local server.</p> <p>My application uses 2008 R2 DB server(also deployed on somee.com) , CR assemblies version = 10.5.3700.0 and it is an ASP.net web application @ 3.5 .Net framework.</p> <p>I know that if I will install a CR run time package then the error will go but i cannot take that option as I don't have a remote desktop connection to my web server because it's free one. (www.somee.com)</p> <p>Can someone help me with this issue? </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload