Welcome to David Sandor Sign in | Join | Help

Browse by Tags

All Tags » Report Viewer   (RSS)
SOLVED: The base class includes the field 'ReportViewer1', but its type (Microsoft.Reporting.WebForms.ReportViewer) is not compatible with the type of control (Microsoft.Reporting.WebForms.ReportViewer).
This one plagued me for hours. Hope this solution finds you well. The base class includes the field 'ReportViewer1', but its type (Microsoft.Reporting.WebForms.ReportViewer) is not compatible with the type of control (Microsoft.Reporting.WebForms.ReportViewer). Read More...
Could not load file or assembly 'Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
So I have not embeded many reports in ASP.NET web sites to date so I am a little late on this news. I finally added a report to a ASP.NET 3.5 web site and used the Report Viewer control. After deploying the control I received this message: Could not load Read More...