I'm upgrading a WinForms application from .NET 2.0 to .NET 4.5.2. I have downloaded the latest version Support Pack 12 (v.13.0.12.1494) from SAP. All clients will have a 64bit OS, so I have set the Configuration Manager to target x64 for build. I've run the application and the Reports appear, but my concern is that when I look at the references, it is targeting the .NET 2.0 runtime.
Here is a screenshot:
When I add a reference it only gives me one option per library type when searching for Crystal, which is apparently targeting the .NET 2.0 runtime:
How do I reference the Crystal Reports libraries that target the .NET 4.0 runtime?