Crystal Reports parse erros since VS'02 Upgrade

  • Thread starter Thread starter Paul Turley
  • Start date Start date
P

Paul Turley

Since upgrading to .Net 1.1 & VS 2003, I'm getting the following error when
I try to render a Crystal Report in a web form:

Parser Error Message: The base class includes the field
'CrystalReportViewer1', but its type
(CrystalDecisions.Web.CrystalReportViewer) is not compatible with the type
of control (CrystalDecisions.Web.CrystalReportViewer).

I've checked and double-checked my references, web.config entries & code.
All are consistently using the newer versions.
 
Hi Paul,

VS.NET 2003 and 2003 included different version of Crystal Report: 9.1.33
and 9.1.50. You may check if your computer have other version installed. If
there is some later version installed, there may be similiar problem. You
can also try to remove the reference first, and add them again in your
project.

Luke

"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026?? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
http://www.microsoft.com/security/security_bulletins/ms03-026.asp and/or to
visit Windows Update at http://windowsupdate.microsoft.com to install the
patch. Running the SCAN program from the Windows Update site will help to
insure you are current with all security patches, not just MS03-026."
 
Back
Top