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

crystaldecisions.crystalreports.engine.datasourceexception error in file temp

0 Likes
7,598

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.

View Entire Topic
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.