I use VS2015 with SQL Server Data Tools; I have some Reporting Services (RDL) reports.
I want to deploy them to a Reporting Server with SQL Server 2014 installed.
In my report project I set the TargetServerVersion
to "SQL Server 2008R2, 2012 or 2014", but the deploment process fails with an error similar to:
Report Definition invalid, because namespace .../2016/... invalid.
xmlns
immediately and a new parameters section to the xml. Neither of which are likely to work on the production SSRS 2012 my current project is using. As per the question I also have the target version set to 2008r2-2014 which you'd think would do the job. Good thing I still have a VM with VS2013 and the older SSDT installed. – Tim Abell.rdl
directly to ssrs won't work, but using the publish function or grabbing them from the bin folder will. – Tim Abell