SSIS C# script is not compatible

后端 未结 4 1644
陌清茗
陌清茗 2021-01-22 01:03

I\'ve recently taken over a SSIS ETL based process and due to some licencing issues I had to upgraded from Data Tools 2013 to 2015. Most of the project survived the upgrade and

4条回答
  •  北恋
    北恋 (楼主)
    2021-01-22 01:49

    I had faced the same problem "Error Code: 0xC0048021" and solved it.

    I installed this version of SSDT from here https://msdn.microsoft.com/en-us/mt429383

    Then, in the SSDT solution explorer right click the Project,go to the Properties --> Configuration Properties --> TargetServerVersion = SQL SERVER 2014

    Then, in the SSDT solution explorer right click the Project, go to the Properties --> Configuration Properties --> Debugging --> Run64BitRuntime = False

    Referring to this link http://blogs.msdn.com/b/ssis/archive/2016/03/03/what-s-new-for-ssis-2016-rc0.aspx

提交回复
热议问题