简体   繁体   English

SQL Server Reporting Services不兼容

[英]SQL Server Reporting Services Incompatible

I have a Visual Studio 2015 C# MVC project that attaches to SQL Server 2008 R2. 我有一个附加到SQL Server 2008 R2的Visual Studio 2015 C#MVC项目。 I have the most updated Entity Framework and SSDT versions available on my local machine. 我在本地计算机上拥有最新的Entity Framework和SSDT版本。

In the project solution, I also have a .rptproj that's all built and ready to use. 在项目解决方案中,我还有一个.rptproj ,它们都已构建并可以使用。 However, when I go to the mySQLServer/Reports/ URL and try to upload the .rptproj file from my projects folder, I get this error: 但是,当我转到mySQLServer/Reports/ URL并尝试从我的项目文件夹上载.rptproj文件时,出现此错误:

The report definition is not valid or supported by this version of Reporting Services. 此版本的Reporting Services无效或不支持报表定义。 This could be the result of publishing a report definition of a later version of Reporting Services, or that the report definition contains XML that is not well-formed or the XML is not valid based on the Report Definition schema. 这可能是由于发布了更高版本的Reporting Services的报告定义,或者报告定义包含格式不正确的XML或基于报告定义架构的XML无效而导致的。 Details: The report definition has an invalid target namespace ' http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition ' which cannot be upgraded. 详细信息:报告定义具有无效的目标名称空间“ http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition ”,该名称空间无法升级。 (rsInvalidReportDefinition) (rsInvalidReportDefinition)

My server is running .NET Framework version 3.5.1 with WCF, HTTP, and non-HTTP activation (if those matter at all). 我的服务器正在运行带有WCF,HTTP和非HTTP激活的.NET Framework 3.5.1版(如果有的话)。 I tried doing some research as to what could cause this specifically, and have found no good resolutions from either Microsoft nor the public community thus far. 我试图做一些有关可能导致此问题的原因的研究,但到目前为止,微软和公众都没有找到好的解决方案。 What could be causing my SQL Server to reject my Report Project? 是什么导致我的SQL Server拒绝我的报表项目?

Edit: 编辑:

In regards to @TabAlleman comment, here is my Deployment Properties of my Report Project in Visual Studio. 关于@TabAlleman注释,这是我在Visual Studio中的报表项目的部署属性。

在此处输入图片说明

如果要将报表部署到2008 R2 SQL Server,则需要在BIDS 2008中生成报表。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 安装SQL Server Reporting Services - Installing SQL Server Reporting Services HTTP 身份验证和 SQL Server Reporting Services - HTTP Authentication and SQL Server Reporting Services SQL Server Reporting Services Reporting Services树在mvc应用程序中使用iframe导航 - SQL Server Reporting Services Reporting Services Tree Navigation with out iframe in mvc application 使用 C# 从 SQL Server Reporting Services 读取 - Read from SQL Server Reporting Services with C# 以编程方式控制SQL Server Reporting Services报表查看器 - Controlling the SQL Server Reporting Services Report Viewer programmatically 从MS CRM工作流活动中调用SQL Server Reporting Services - Call SQL Server Reporting Services from MS CRM workflow activity 在SQL SERVER Reporting Services(SSRS)中显示rtf数据 - Showing rtf data in SQL SERVER Reporting Services (SSRS) 如何检查SQL Server Reporting Services的配置状态? - How to check SQL Server Reporting Services configuration status? SQL Server Reporting Services 无法设置数据源连接字符串 - SQL Server Reporting Services Cannot Set Data Source Connection String 有没有人使用Chrome浏览器测试过SQL Server 2012 Reporting Services? - Has anyone tested SQL Server 2012 Reporting Services with the Chrome browser?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM