We have a web site that is in Windows Server 2008 R2, it has VS2010 and Crystal for VS2010 (CRforVS_13_0_2.exe)
when I see a web page that has a CR report viewer component, I see
<%@ Register assembly="CrystalDecisions.Web, Version=13.0.2000.0 .. PublicKeyToken=692FBEA5521E1304" namespace="CrystalDecisions.Web" tagprefix="CR" %>
when I see the reference, it says Version=13.0.20000.0 and Runtime=v2.050727.
Looking at the CrystalDecisions.Web.dll file version=13.0.1.220, same product version, size = 448 KB, with date timestamp of 3/3/2011.
Now we are in the process of migrating this to Windows Server 2012 R2, installed VS2013, and also installed the latest CR for VS2013 (CRforVS_13_0_10.exe).
However, when I create a website, a web form, and form, and I add a CR Report Viewer component, I see the same entry as the one in the "old" server, i.e, an entry with the same Version 13.0.20000.0 is created and even same PublicKeyToken.
shouldn't this be version 13.0.10?
Any help is much appreciated
Cecilia