Crystal reports version problems

  • Thread starter Thread starter glbdev
  • Start date Start date
G

glbdev

Hello.

I am having the following error:

The base class includes the field 'CRV1', but its type
(CrystalDecisions.Web.CrystalReportViewer) is not compatible with the
type of control (CrystalDecisions.Web.CrystalReportViewer).

I recently installed Crystal Reports 11 (clean install, not an upgrade)
and am running C# through Visual Studio 2003.

Any suggestions? I originally ran this question through the 'Crystal
Reports' group but got no answers.

Thanks,
Gary
 
Hi,

Probably you have two version of the same assembly, probably you include one
as a Reference ( see in the project reference ) but when you added the
viewer in the page the header refer to the other version :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top