cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to create object

Former Member
0 Kudos

We are unable to create an object of crystal report 9 in Crystal Report 2013

Server.CreateObject("CrystalRuntime.Application.9”) throws an error


Please suggest how we can create an object of this in Crystal Report 2013.


We are using Classic ASP.

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

Hi Tanya

You can not. When you used "Server.CreateObject("CrystalRuntime.Application.9”) ", you were invoking the craxdrt.dll frm the Report Designer Component SDK (RDC). That SDK was retired in CR XI R2 (v. 11.5.x). E.g.; there is no craxdrt.dll or RDC anymore.

You must use the CR assemblies for .NET. There is a number of sample apps on how to here:

Crystal Reports for .NET SDK Samples - Business Intelligence (BusinessObjects) - SCN Wiki

And links to developer help files:

SAP Crystal Reports .NET SDK Developer Guide

SAP Crystal Reports .NET API Guide

Report Application Server .NET SDK Developer Guide

Report Application Server .NET API Guide

CR also has the SDK for Eclipse, if Java is more to your liking:

SAP BusinessObjects - SAP Crystal Reports, Version For Eclipse Download

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

  Follow me on Twitter

Answers (0)