SSRS report definition is newer than Server

后端 未结 8 1943
一个人的身影
一个人的身影 2020-11-27 04:29

I created some reports in Visual Studio 2015 with all the latest updates. However, when I try to deploy the reports I get this message:

The definition

相关标签:
8条回答
  • 2020-11-27 04:49

    I ran in to same problem and this is how I solved it,

    1. Set the "TargetServerVersion" property on report project properties to be your old version of reporting server.
    2. Build the project.
    3. Get the report in the bin folder and deploy to the old reporting server.

    Your source reports format and namespace will be updated to latest version. But bin folder reports will be build to be compatible with targeted reporting server version.

    0 讨论(0)
  • 2020-11-27 04:53

    If you are having trouble in a Visual Studo 2017 C# desktop application with LocalReport (RDLC), please see this answer:

    https://stackoverflow.com/a/45149488/6732525

    0 讨论(0)
提交回复
热议问题