Hi,
I'm trying to connect to PDW database using VS-SSIS. Though I'm able to connect to the server and browse data using SQL server explorer, I'm unable to create connection to PDW in SSIS package.
When I click on existing packages having PDW connection, I'm getting below error -
Could not load file or assembly 'Microsoft.SqlServer.ConnectionInfo, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
Environment Details are as below -
/* Microsoft Visual Studio 2013 Shell (Integrated) Version 12.0.40629.00 Update 5 Microsoft .NET Framework Version 4.6.01055 Installed Version: IDE Standard Team Explorer for Visual Studio 2013 06154-004-0430007-02604 Microsoft Team Explorer for Visual Studio 2013 Common Azure Tools 1.6 Provides common services for use by Azure Mobile Services and Microsoft Azure Tools. Microsoft Azure Mobile Services Tools 1.4 Microsoft Azure Mobile Services Tools PreEmptive Analytics Visualizer 1.2 Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product. SQL Server Analysis Services Microsoft SQL Server Analysis Services Designer Version 12.0.2000.8 SQL Server Data Tools 12.0.60812.0 Microsoft SQL Server Data Tools SQL Server Integration Services Microsoft SQL Server Integration Services Designer Version 12.0.2430.0 SQL Server Reporting Services Microsoft SQL Server Reporting Services Designers Version 12.0.2430.0 Windows Phone 8.1 SDK Integration 1.0 This package integrates the tools for the Windows Phone 8.1 SDK into the menus and controls of Visual Studio. */
Additionally, I've also installed "Microsoft SQL Server PDW SSIS Destination x86 Components 2014".
Any help in this regards is highly appreciated.