SP 22 was just released today use it:
https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads
And see the notes on this subject on the WIKI page.
Don
You need to make sure that you have Administrator rights on the computer where you're doing the install and then I would recommend doing right-click >> Run as Administrator for the install. If you don't have admin rights, the appropriate registry settings don't get created, which is what I think is going on based on the error you posted.
-Dell
Hello,
We had the same problems after upgraded CR runtime on our machines, it's a bug on CR runtime installer upgrade procedure, the installer execute a custom action "RemoveExistingProducts" at the end of Execute sequence, after "InstallFinalize", instead of running this action before "InstallInitialize". The result will be some deleted COM registration and missing registry keys. You can chose one of the next 3 solutions for this bug:
1. Uninstall previos CR runtime by hand and install the latest version (to skip the defectuos upgrade);
2. Upgrade CR runtime and then go to "Programs and Features...-> SAP Crystal Reports runtime .." and run repair;
3. Or, if you must install this runtime on many machines (and you don't have time to lose with repair/uninstall) edit the CRRuntime_64bit_13_0_21.msi with Orca or InstallShield and move the custom action "RemoveExistingProducts" to be executed in front of "InstallInitialize".
Add comment