cancel
Showing results for 
Search instead for 
Did you mean: 

The base class includes the field ..

Former Member
0 Kudos

I'm using Crysttal Report11.5,Asp.Net2.0-C#.

I developed a web application it's working fine in my machine

in deployment machne it raised the following problem.

The base class includes the field 'rptReportViewer', but its

type (CrystalDecisions.Web.CrystalReportViewer) is not

compatible with the type of control

(CrystalDecisions.Web.CrystalReportViewer).

Experts please tell me how to solve this problem?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

myself found the solution

Former Member
0 Kudos

Yahoooo.... i found a solution. ie... in my deployment .aspx page refer the older version of crystal report like this

<%@ Register Assembly="CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=keytoken"

Namespace="CrystalDecisions.Web" TagPrefix="CR" %>

now i change this into

<%@ Register Assembly="CrystalDecisions.Web, Version=11.5.3700.0, Culture=neutral, PublicKeyToken=keytoken"

Namespace="CrystalDecisions.Web" TagPrefix="CR" %>

I think this is helpful for others.

Former Member
0 Kudos

Experts please reply me this is my urgent problem.

former_member184995
Active Contributor
0 Kudos

I am glad you were able to resolve the issue.

In the future please refer to the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] prior to posting.

These are community forums and as such you may not receive an answer right away, if at all.

If you need assistance quickly you can purchase support and have an SAP representative assist you directly.

Regards,

Jason