Page 1 of 1

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

Posted: Thu Mar 08, 2012 2:03 pm
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:


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

Posted: Sun Mar 11, 2012 3:36 am
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.