I'm been tasked with making some small changes to an ASP.NET Web Forms app written some years ago, whose implementer is no longer with us and left some years back.
There's 6 reports in this app, all of which use some version of Crystal Reports. When I look at the Web.Config
file I see things like CrystalDecisions.Shared, Version=13.0.2000.0
and CrystalDecisions.CrystalReports.Engineer, Version=13.0.2000.0
.
What version of Crystal is that? If it's Crystal Reports for Visual Studio 2010, can I install that onto my PC to use it with VS 2013? I don't have VS 2010 nor do we have access to it.
You can find those files here: http://scn.sap.com/docs/DOC-7824
It works with versions of Visual Studio from 2010 to 2015. The file versions are different for each service pack, but the reference version is still 13.0.2000.0
.