on ‎2021 May 17 7:58 AM
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.

Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.