Hi under vs 2013, for an ssis 2014 pkg, one of my connection managers is showing an error even though its is likely coded correctly as its gotten from source control. the error is "the specified provider is not supported...".
the connection string in the xml code looks like this
DTS:ConnectionString="Data Source=xxxxxxx;Initial Catalog=yyyyyyyyyy;Provider=SQLNCLI10.1;Integrated Security=SSPI;Auto Translate=False;"
i'm looking up sqlncli10 and understand this isnt a vs forum, but what provider is missing and how does it is normally get onto someone's local? i installed vs from msdn (ultimate with update 5, i have a subscription). I added data tools from a sql 2014 install media update. I believe a local instance of the 2014 engine was already uninstalled by the time i installed data tools.