Deploy of a report with SSDT 2016 generates error

隐身守侯 提交于 2019-12-06 20:12:49

问题


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.

回答1:


It is solved. You "MUST" recompile your report project and immediately afterwards you can deploy your reports without any problem.



来源:https://stackoverflow.com/questions/37816216/deploy-of-a-report-with-ssdt-2016-generates-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!