I previously had Crystal Reports 2011 and Crystal Reports v13.0.2 installed on my PC.
I then installed Visual Studio 2013, uninstalled Crystal Reports v13.0.2 and installed Crystal Reports v13.0.9.
Inside the Visual Studio environment I can see the Crystal Reports template and I can create and edit new reports from within the environment.
I have created a web page and placed a CrystalReportViewer control on the .aspx page and used the CrystalReportViewer designer to select the ReportSource and I can see the report appear in design view, however when I run the webpage neither the report or even the CrystalReportViewer control is displayed.
At the very least I would expect to see a blank CrystalReportViewer frame in the page but I'm not even seeing that.
When I check the project references I can see:
CrystalDecisions.CrystalReports.Engine
CrystalDecisions.ReportSource
CrystalDecisions.Shared
CrystalDecisions.Web
all have version as 13.0.2000.0
Also when I check the toolbox, I can see that the CrystalReportViewer component has version 13.0.2000.0
Is this related to why I'm not seeing the CrystalReportViewer control at runtime?