The base class includes the field 'webViewerFx', but its type (Stimulsoft.Report.WebFx.StiWebViewerF

Stimulsoft Reports.WEB discussion
Post Reply
fuhrj
Posts: 120
Joined: Wed Jun 11, 2008 12:51 pm
Location: Lancaster, Ohio

The base class includes the field 'webViewerFx', but its type (Stimulsoft.Report.WebFx.StiWebViewerF

Post by fuhrj »

I'm getting this error when trying to use the WebViewerFX control in my project.

"The base class includes the field 'webViewerFx', but its type (Stimulsoft.Report.WebFx.StiWebViewerFx) is not compatible with the type of control (Stimulsoft.Report.WebFx.StiWebViewerFx)."

I am using the latest build, 2012.03.01

I've verified that my project references are using this build.

In my ASP.NET page, I have this at the top:



and the control is:

HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

The base class includes the field 'webViewerFx', but its type (Stimulsoft.Report.WebFx.StiWebViewerF

Post by HighAley »

Hello.
fuhrj wrote:I'm getting this error when trying to use the WebViewerFX control in my project.

"The base class includes the field 'webViewerFx', but its type (Stimulsoft.Report.WebFx.StiWebViewerFx) is not compatible with the type of control (Stimulsoft.Report.WebFx.StiWebViewerFx)."

I am using the latest build, 2012.03.01

I've verified that my project references are using this build.

In my ASP.NET page, I have this at the top:



and the control is:
This error occurs when you try to use different versions of the assemblies.
The build from 2012.03.01 has a 2012.1.1214 Version but in ASP.NET page you use 2011.3.1200.0 version. Here is a problem.
Please, check if there are older assemblies in the GAC or your project reference.

Thank you.
Post Reply