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!
I had exactly the same problem. I had Visual Studio 2017 installed and standalone SSDT tools installed as well.
The latest version of SQL server installed on my machine was SQL server 2014.
Thus, I changed the project properties of the integration services project.
and it worked finally for me.