Hi All,
While setting up the development environment for visual studio 2013 with SP 14, I am facing the crystal report version conflict.
I have VS 2013 premium (32-bit). I then downloaded and installed crystal report v.13.0.14.1720 (CRforVS_13_0_14.exe and CRRuntime_64bit_13_0_14) from http://scn.sap.com/docs/DOC-7824.
This seems to register crystal report dlls with 13.0.2000.0 version in GAC(c:\windows\assembly) though i installed 13.0.14.1720 . I am looking into GAC coz, when i reference the newly installed latest crystal dlls from C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet, it shows the default version 13.0.2000.0
Also i have copied the following crystal dlls manually to project bin directory and lib directory(project references the dlls from here):
CrystalDecisions.CrystalReports.Engine.dll
CrystalDecisions.Shared.dll
CrystalDecisions.ReportSource.dll
CrystalDecisions.Web.dll
When i try to run the crystal report, it throws
Could not load file or assembly 'CrystalDecisions.Web, Version=13.0.14.1720, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
I have spent enough time on this now and tried other versions that are available too.
Please help me figure out the issue or the work around.