2

I am developing a SSIS 2008 R2 package in Visual Studio 2015 using SQL Server Data Tools and i am getting the error listed below. Is these two truly not compatible or is there a setting I can change (or workaround)?

enter image description here

Hadi
  • 36,233
  • 13
  • 65
  • 124
Steve Salowitz
  • 1,283
  • 1
  • 14
  • 28
  • 2
    You can deploy a ssis 2008 r2 package only using visual studio 2008. The answer provided is 100% correct – Yahfoufi Apr 29 '17 at 03:27

1 Answers1

2

You cannot build a ssis package for sql server 2008 r2 with VS 2015.

According to this Microsoft Docs article you can build a sql server 2008 r2 ssis package with only visual studio 2008 (business intelligence developpment studio).

There are a lot of links saying that newer versions of visual studio cannot deploy SSIS 2008 packages correctly:

Community
  • 1
  • 1
Hadi
  • 36,233
  • 13
  • 65
  • 124