Hi,
I'm trying to move from VS2008 ASP.NET with Crystal 9 to VS2012 with Crystal 2011. The server with the VS2008 project has CRRedist2008_x86 installed.
Here's what I've done so far.
- Installed CRRuntime_32bit_13_0_6.msi on the new server
- Opened the VS2008 project in VS2012
- Rebuild the project
The rebuild generated errors because the dll's referenced in the VS2008 project are not present on the new server. There are 6 references to CrystalDecisions... dll's. I believe these are dll's installed on the VS2008 server by CRRedis2008_x86.
I see on the new server, after installing CRRuntime_32bit_13_0_6.msi, that there are a very large number of Crystal references available and a few Business Objects references. But I can't tell which ones (if any) to use in place of the missing CrystalDecisions references.
Are there any references in the new runtime that line up with CrystalDecisions references?
Is there a way to convert this site or does it have to be rewritten to use the new runtime references?