I'm new and learning SSIS, and just to get started I wanted to test funtionality by writing an excel document out to a .csv file. However, I did everything that I believe needs to be done, but when I try to run it, I get this error:
Failed to start project (Microsoft Visual Studio) The directory name is invalid (Microsoft.DataTransformationServices.VsIntegration)
I've run over it about as many ways as I can, and even went as far as reinstalling, but I still can't get it to work. Looking up this error doesn't return much to me, either.
Thanks for any help!
First result on Google says this is a DLL error.
From this answer:
Open the Developer Command Prompt for VS212 as Administrator
Execute the command cd
C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\PrivateAssembliesExecute the command
gacutil /if Microsoft.SqlServer.Dts.Design.dllRestart Visual Studio