【发布时间】:2014-02-24 11:27:30
【问题描述】:
我正在使用 Reporting Services 生成报告。我最近将 ReportViewer 控件从版本 9 升级到版本 11。我遇到的问题是在版本 11 上我收到一条错误消息
<div id="Viewer_ctl09_NonReportContent" style="height:100%;width:100%; display:none;"> <div style="font-family:Verdana;font-size:8pt;"> <!-- at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.MissingEndpointException.ThrowIfEndpointMissing(WebException e)&#13;&#10; at Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.RSExecutionConnection.ValidateConnection()&#13;&#10; at Microsoft.Reporting.WebForms.SoapReportExecutionService.GetServerVersion()&#13;&#10; at Microsoft.Reporting.WebForms.ServerReport.GetServerVersion()&#13;&#10; at Microsoft.Reporting.WebForms.PrintCabOperation.CreateUrl(ReportControlSession reportControlSession, ClientArchitecture clientArch, String instanceID)&#13;&#10; at Microsoft.Reporting.WebForms.ClientPrintInfo..ctor(ReportViewer viewer)&#13;&#10; at Microsoft.Reporting.WebForms.ReportViewer.OnPreRender(EventArgs e)--> <ul> <li style="display:inline;">The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version.</li><ul> <li style="display:inline;">The request failed with HTTP status 404: Not Found.</li> </ul> </ul> </div> </div>.
这发生在报表控制器第一次加载时,当我进行一些过滤时报表工作。现在,当我将标签 ProcessingMode 设置为 Remote 时,就会发生这种情况。当设置为本地时,我没有这个问题。我正在使用 Sql Server 2005、Reporting Services 2008 R2 和 ReportViewer 11。
有没有人遇到过这个????请帮忙!!!
【问题讨论】:
标签: service reporting-services ssrs-2008 reporting reportviewer