Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

'Microsoft.DataTransformationServices.Wizards' error in VS 2017

I have been using SSIS for VS 2017 for about a month without troubles.

Suddenly, when I try to create a new SSIS project the following error dialog box appears:

Could not load file or assembly 'Microsoft.DataTransformationServices.Wizards' or one of its dependencies. The system cannot find the file specified.

I have tried to uninstall SSIS package and to reinstall VS 2017 but the error still appears. Could you help me with it?

like image 767
Schäfer Avatar asked Mar 15 '18 22:03

Schäfer


3 Answers

Actually the solution for me is simple. Some how the Integration Services is disabled. Re-enable it. Open your Visual Studio SSDT, go to Tools >> Extension and Update and Enable the "Microsoft Integration Services Projects".

like image 32
Hadi Ismanto Avatar answered Oct 20 '22 12:10

Hadi Ismanto


I was also getting the same error message when I tried to open VS 2017 Integration Services projects. I fixed it by enabling the feature for Integration Services in TOOLS >> Extensions and Updates >> Integration services >> Enable.

like image 71
Ranaprathap M Avatar answered Oct 20 '22 10:10

Ranaprathap M


By doing this it worked for meTOOLS >> Extensions and Updates >> Integration services >> Enable.

like image 6
Savineers T Avatar answered Oct 20 '22 12:10

Savineers T