Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello i'm doing a c # application and i use reportviewer, i went from visual studio 2015 to 2017 and i have a problem on a single rldc report but i the error below (know how to fix it):

Error:
Severity Code Description File Line Source Suppression State Tool Error The definition of this report is not valid or supported by this version of Reporting Services. The report definition may have been created with a later version of Reporting Services, or contain content that is not well-formed or not valid based on Reporting Services schemas. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2016/01/reportdefinition' which cannot be upgraded. C:\Users\riccardo\Desktop\MyProject\Software Windows\MyProject\MyProject\ReportPreventivoCompleto.rdlc Build


What I have tried:

I read on the internet that we should have the targetervervation but in the visual studio 2017 I can not
Posted
Updated 12-Nov-17 22:15pm

1 solution

You need to change your target version.
Go to the project --properties -- change to appropriate version.

Please let me know if that doesn't help.

Thanks.
 
Share this answer
 
Comments
[no name] 13-Nov-17 4:34am    
I had already tried I did not work

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900