Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8526

Re: Deploying Crystal XI To A Web Server

$
0
0

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:

 

CR XI R2 (SP6) MSI for .NET

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


Viewing all articles
Browse latest Browse all 8526

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>