Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/269.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/36.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# SSRS-分析器错误_C#_Asp.net_Reporting Services - Fatal编程技术网

C# SSRS-分析器错误

C# SSRS-分析器错误,c#,asp.net,reporting-services,C#,Asp.net,Reporting Services,我面临着提到SSRS报告错误的问题。 我目前正在使用VS2015进行开发 这是我现在面临的错误。 我不知道如何解决这个问题 我应该安装报表查看器吗? 分析器错误 说明:解析服务此请求所需的资源时出错。请查看以下特定的解析错误详细信息,并适当修改源文件 分析器错误消息:基类包含字段“ReportViewerSummary”,但其类型(Microsoft.Reporting.WebForms.ReportViewer)与控件类型(Microsoft.Reporting.WebForms.Report

我面临着提到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>
第12行:
第13行:
第14行:
第15行:
第16行:
源文件:/DCBRequestLogSummary.aspx行:14 版本信息:Microsoft.NET Framework版本:4.0.30319;ASP.NET版本:4.6.1586.0

设计器错误中的

创建控件时出错

未能创建设计器“Microsoft.Reporting、WebForms、ReportViewer、Microsoft.ReportViewer.WebForms,版本=11.0.0.0,区域性=中性,PublicToken=xxxx”


谢谢

这是因为dll的版本与引用的版本不同吗?如果您实际安装了版本10,但正在尝试引用版本11,则会发生这种情况。您好,DeanOC,我认为这是可能的,因为当我删除版本10并添加到版本11 ReportViewer.Webform.dll中时,将导致错误,并且在删除版本11之后,添加到版本10中不会导致任何错误。我认为不需要,只需要与Microsoft.ReportViewer、WebForms匹配即可