cancel
Showing results for 
Search instead for 
Did you mean: 

Error when crystal report connect with data set The page cannot be displayed

Former Member
0 Kudos

hi my crystal report give me error The page cannot be displayed

when crystal report connected with DataSet

at this line

objRpt.SetDataSource(ds)

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

Hi Fazfaz

I will take a guess and suggest the following KBA:

1525432 - Could not load file or assembly 'file:///<Path>crdb_adoplus.dll' or one of its dependencie...

If the above does not help, you will have to provide the following info (which should be provided with any new post):

Version of CR - including Service Pack level

Version of .NET

OS

Web or WIn app

Is this happening on your dev or production system?

Also, please let me know if your code is under Page Load?

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow me on Twitter

Former Member
0 Kudos

Hi

how i find the sdk ?

Application pool v 2

windows server 2012

web app

in production system

former_member183750
Active Contributor
0 Kudos

Hi Fazfaz

I'd suggest a bit more effort be put into your posts. Your queries in the last post do not make any sense taken in context with your original post:

You OP indicates that you already have an SDK? Thus the query: "how i find the sdk ?" is difficult to understand.

Application pool v 2 does not tell me anything at all.

Windows Server 2012 is a good start, but you need to provide tons more info. Think of it as if you were going to be helping me. What info do you think you'd need from me so you can troubleshoot an issue I reported to you.

Web app is good info

In production is good also, but that that mean the app works on your development system?

To help you out with the kind of info I am looking for, please see the blog

I wrote that blog in 2008, but it is just as valid now as it was then.

- Ludek

Former Member
0 Kudos

Hi Ludek Uher,

Thank you for your useful reply. I am really sorry for the useless details I write

Actually, that's because I don't know more. And its my first time i worked with server

usually i only do programming and and upload my files if any i get error in the server  the server administrator solve it.

this time i have to immigrate all my web apps to new server and i am the administrator. 

about my issue.

in fact my web app was work on my development system and also in the old production server 

and I mean by application pool v2 that my web app framework is .net  3.5

and my server platform is 64

so i install crystal report 64

crystal report run time engine version is 13.0.9.1312

this all info I know and the problem in my code exactly happen when I assign the Data Set as Data Source to my crystal report.

otherwise when I do not use Data Set as Data source to Crystal report it works

former_member183750
Active Contributor
0 Kudos

Good info . Many thanks for that.

I'd like you to use SP 13 which you can download from here:

Use the MSI to deploy the SP 13 runtime. If the app is compiled as 64 bit deploy 64 bit runtime. If it is 32 bit, deploy 32 bit runtime. If it is compiles as "Any CPU" and since it is deployed to a 64 bit server, deploy 64 bit runtime.

See if the following will help with viewer configuration:

Visual Studio 2012 Crystal Report not working on Windows Server 2012/ 0x800a1391 &amp;#8211; JavaScr...

See if the following wiki will help troubleshoot the dataset.

Troubleshooting Issues with VS .NET Datasets and Crystal Reports - Business Intelligence (BusinessOb...

Post a screenshot of the error please.

- Ludek

Answers (0)