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
The base class includes the field 'webViewerFx', but its type (Stimulsoft.Report.WebFx.StiWebViewerF
Hello.
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.
This error occurs when you try to use different versions of the assemblies.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:
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.