cancel
Showing results for 
Search instead for 
Did you mean: 

Running SAP crystal report in web application with runtime support pack 15

Former Member
0 Kudos

I am facing problem in running crystal report within my asp.net web application on pc on which i have installed

Support Pack 15 (v.13.0.15.1840). I have installed support pack 7 on development pc and referenced the crystal report engine dll of

support pack 7. when i am trying to run the published application from other pc having crystal report support pack 15 is is giving error.

i am trying to format the reports objects using reportdefmodel assembly.

can i use the support pack 15 runtime for the web aplication published using support pack 7.

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Kudos

There have been a number of internal changes in the SDK since SP7.  You need to develop your application and deploy it using the same SP - changing the version between development and deployment doesn't work.

-Dell

Former Member
0 Kudos

Thanks Dell Stinnett-Christy for your reply.

My reports are working fine if I don't use

CrystalDecisions.ReportAppServer.ClientDoc library.

In my code I used one Interface of abobe library to fetch objects of rpt, becuase I want to change format of object at runtime.

Name of dll is - CrystalDecisions.CrystalReports.Engine.ClientDoc

Runtime Version - v2.0.50727

Specific Version - True

Version - 13.0.2000.0

This works fine in my development PC, but gives error on client PC with same support pack in both pc.

What might be the problem? And what should i do to resolve this issue?

Answers (0)