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.
Hello,
Please searhc first before posting....
Here's a link to SP 30 on the WIKI
https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads
And A blog on upgrading to the latest SP"
Don
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 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.