Thanks very much Don. So we can expect the CR version to change in the next major version right? (for example 14 or something like that).
In that case, what would the strategy be when we need to upgrade to the next version? i.e. we have about a hundred web forms that currently have the assembly entry like this:
<%@ register assembly ="CrystalDecisions.Web, Version=13.0.20000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" namespace="CrystalDecisions.Web" tagprefix="CR" %>
What will happen when the next CR version comes, do we have to change every single form in our web application? or is possible that we can have the "old" version installed to handle the existing reports, and also have the new version installed to handle newly created forms with the new references?
Thanks
Cecilia