cancel
Showing results for 
Search instead for 
Did you mean: 

DLL version vs SP Version

0 Kudos
462

I just updated my clients runtime version to CR13SP31, I think. My VS references show I have the various Crystal Reports dlls as 13.0.35, but I can't find a SP that matches this version. How do I match the DLL version to the SP number?

Also, I need to find an even newer SP version because after the CR13SP31 was installed on my client machines, most of their reports stopped working and now prompt the user for a database login, something that had been fixed from an earlier SP release. I am having trouble figuring out how to relate the downloads SP versions to what will work with .Net 4.

I used to be able to figure out where the downloads for the service packs were and what version worked with .Net 4, but I find it very difficult to do so now.

View Entire Topic
0 Kudos

You can get SP 33 from my WIKI page:

https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

Programs and features shows you the version of the dll's.

Note there are 2 installers now, one for VS 2019 and below and a new 64 bit installer for VS 2022 and above.

What is the error you are getting?

0 Kudos

It is the same error I had on a previous upgrade which you and I had discussed - any report which had a sub report would prompt the user for a database and username password to login. I used some of the troubleshooting hints that you gave me last time and found that it was complaining about the SQL Client 10 driver missing. Oddly enough, before the upgrade all of these reports worked with this driver missing. Possibly SAP was doing some sort of fallback connection?

All of the reports after the previous incident were upgraded to the 10 client and the mishmash of database connections (ODBC,SQL,...) were cleaned up.

Thanks for the link above, I will try downloading a newer version and see if that fixes the problem.