SSRS - 分析器错误

时间:2017-01-16 00:45:05

标签: c# asp.net reporting-services

我面临提及SSRS报告错误的问题。 我目前正在使用VS2015进行开发。

这是我现在面临的错误。 我不知道如何解决这个问题。

我应该安装报告查看器吗?

分析程序错误

说明:解析为此请求提供服务所需的资源时发生错误。请查看以下特定的解析错误详细信息并适当修改源文件。

分析器错误消息:基类包含字段' ReportViewerSummary',但其类型(Microsoft.Reporting.WebForms.ReportViewer)与控件类型不兼容( Microsoft.Reporting.WebForms.ReportViewer)。

来源错误:

Line 12:         <asp:Panel ID="Panel1" runat="server" ScrollBars="Horizontal">
Line 13:         <asp:Label ID="LableWarning" CssClass="LableWarning" runat="server" />
Line 14:         <rsweb:ReportViewer ID="ReportViewerSummary" runat="server" Width="100%">
Line 15:         </rsweb:ReportViewer>
Line 16:        </asp:Panel>

源文件:/ DCBRequestLogSummary.aspx行:14 版本信息:Microsoft .NET Framework版本:4.0.30319; ASP.NET版本:4.6.1586.0

在Designer错误中

创建控件时出错

无法创建设计器&#39; Microsoft.Reporting,WebForms,ReportViewer,Microsoft.ReportViewer.WebForms,Version = 11.0.0.0,Culture = neutral,PublicToken = xxxx&#39;

谢谢

0 个答案:

没有答案