Just updated a .NET application references to Crystal namespaces version 9.2.3000.0 (after udating VS.Net to 2003), the Crystal viewer is now displyed in design mode with "Error creatong control" sign. The viewer updated accordingly, CrystalDecisions.Web version 9.2.3300.0, control registered:
<%@ Register TagPrefix="cr" Namespace="CrystalDecisions.Web" Assembly="CrystalDecisions.Web, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" %>
Doesn't seem to hurt the application, it displays reports in the new viewer properly. Just curios, has somebody had this problem?
<%@ Register TagPrefix="cr" Namespace="CrystalDecisions.Web" Assembly="CrystalDecisions.Web, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" %>
Doesn't seem to hurt the application, it displays reports in the new viewer properly. Just curios, has somebody had this problem?