cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

crystaldecisions.crystalreports.engine.datasourceexception error in file temp

0 Likes
7,595

I'm facing an issue of crystaldecisions.crystalreports.engine.datasourceexception, I tried upgrading to CR13SP28MSI64_0-10010309.msi but it not helped. Before that, it was working perfectly fine but it was showing error about crystal report runtime error on target PC, but after upgrading it started showing this error now even on developer pc.

Accepted Solutions (1)

Accepted Solutions (1)

0 Likes

CR runtime is for your app platform and not the OS.

If compiled using x86 the install the x86 MSI, if set to x64 then install the x64 bit MSI.

Don't use AnyCPU and don't set any of the CR assemblies to Copy Local.

The error indicates the report has no data so nothing to print, check your database connection, it's likely failing due to incorrect DB Client configuration, x86 requires a 32 bit client, x64 requires a 64 bit Client.

Answers (3)

Answers (3)

0 Likes

Hello,
Thanks for your response.
I'm searching and trying every single post or tip found on the internet before posting here from past 2 days but still, I haven't found any solution. I already tried and read the links you shared, but it isn't working for me.
I'm using 13.0.3500.0 CRR with 4.0 .Net Framework.
It's working perfectly fine on the developer system, But it's showing that error on target pc including FileNotFound Exception of CrystalDecisions.

massimo-selmi14
Discoverer
0 Likes

Finally, found the solution by installing on client PC

CRRuntime_32bit_13_0_32-2022.msi instead of CR13SP32MSI32_0-80007712.msi. Not clear what is the difference but it worked.

massimo-selmi14
Discoverer
0 Likes

I have the same problem, I have VS2022, and installed CRforVS6413SP32_0-80007712.EXE + CR13SP32MSI32_0-80007712.msi

My app is with .net framework 4.7.2 and destination CPU x86. I followed all the instruction mentioned in previous links.

On client PC I have installed CR13SP32MSI32_0-80007712.msi. The problem is that on my PC it works perfeclty, on client PC it gives the error as above.. Client PC is also 64 bit S.O.

mrangaraaju
Member
0 Likes

I am also facing same issue, not able to figure out the error, pls let us know if you find any solution