Reportviewer in VS2017 bug

Asked

Viewed 214 times

1

I am using Reportviewer in Visual Studio 2017 to create a report, and everything is fine until I include a parameter. At the moment, I do not know why, the definition of the report changes from:

xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">

To:

xmlns="http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">

I get the following error when submitting the report:

11:40:28 Error
The report definition may have been created with a later version of Reporting Services, or contain content that is not
11:40:28 Error
well-formed or not valid based on Reporting Services schemas. Details: The report definition has an invalid target
11:40:28 Error
namespace 'http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition' which cannot be upgraded.
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.