Skip to content Skip to sidebar Skip to footer

Running An Ssis Package Developed In Sql Server Data Tools For Visual Studio 2013 From Visual Studio 2015

The SSIS package executes fine from VS 2013 but when I try to call the .dtsx from VS 2015 I get this error: 'To run a SSIS package outside of SQL server data tools you must install

Solution 1:

I had SSDT and SSDT-BI installed but was still getting this message when I tried to execute an SSIS package from any Visual Studio form including VS 2013. I ended up uninstalling and reinstalling everything for my SQL Server 2014, SSDT, and SSDT-BI. The error is now gone and I can execute SSIS packages from VS 2013 and VS 2015.


Post a Comment for "Running An Ssis Package Developed In Sql Server Data Tools For Visual Studio 2013 From Visual Studio 2015"