HI ALL,
There is a problem I m facing after uploading crystal reports. At local it works fine but after upload, whenever I run that particular page, I got this error
Code:
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.
Code:
Line 955:
Line 956: <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="true" Visible="false" />
Line 957: <CR:CrystalReportSource ID="CrystalReportSource1" runat="server">
Line 958: <Report FileName="Reports\MainReceiptPrint.rpt">
Line 959: </Report>
First it was showing dll errors, so I downloaded some dll from gac in gacmsil and then paste that in bin folder. After that, this error come. Please help. Unable to understand, what kind of problem is this.
Regards and Thanks,
Rajat Bhalla