SSRS-报告查看器不显示报告。错误:“找到的版本为'2017'。预期的版本为'162'。”

时间:2019-05-21 13:33:57

标签: reporting-services reportviewer

在SQL Server上安装和配置SSRS之后,我创建了一个测试报告。在网络http://servername/reports/folder/reportname上浏览报告时,它可以正常工作。但是,当我尝试使用报表查看器控件Version = 15.0.0.0从Web应用程序加载报表时,出现以下错误消息:The version of the report server database is either in a format that is not valid, or it cannot be read. The found version is '2017'. The expected version is '162'. (rsInvalidReportServerDatabase)

我的SQL Server版本是:Microsoft SQL Server 2016 (SP1-GDR) (KB4458842) - 13.0.4224.16 (X64) Enterprise Edition (64-bit)

在同一服务器上安装并配置了

SSRS 2017开发人员版本

报表查看器控件链接:https://docs.microsoft.com/en-us/sql/reporting-services/application-integration/integrating-reporting-services-using-reportviewer-controls-get-started?view=sql-server-2017

为什么我从Report Viewer控件中看到该错误消息?

0 个答案:

没有答案