Hi Ludek,
I have uninstalled my version and install XI R2 using the following files:-
Crystal Reports XI R2A SP4 Full Build
Crystal Reports XI R2A SP6 Incremental Build
From your link above I have also installed on the server the following file:-
Runtime for CR XI R2A
There are no new runtime MSM or MSI files. Runtime MSM and MSI files from CR XI R2 apply to CR XI R2A:
Here is my code to show the report:-
PrivateSub PrintReport()
rptCICPrint.Load(Request.PhysicalApplicationPath & "Reports\CICPrint.rpt")
crxFormulaFields = rptCICPrint.DataDefinition.FormulaFields
rptCICPrint.SetDataSource(sqlDTRepCIC)
rptCICPrint.ExportToHttpResponse(CrystalDecisions.Shared.
ExportFormatType.PortableDocFormat, Response, False, "CIC Report")
EndSub
When I run the code above I get the following error:-
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.
Any ideas please?
Regards,
Roger