When trying to execute SSIS packages in VS 2017, I am receiving the error shown below. I have read other threads and one solution listed is to run the Visual Studio Installer to add the Windows Communication Foundation, which I did and that did not help. I also tried running repairs of Visual Studio and VSTA. My development environment had been working and I don't know what changed. I went as far as uninstalling VS 2017 and reinstalling it, only to receive the same error message when executing packages.
Phil
Here is the error:
===================================
Unable to start debugging.
The debugger is not properly installed.
Run setup to install or repair the debugger. (Microsoft Visual Studio)
------------------------------
Program Location:
at Microsoft.DataTransformationServices.Project.DataTransformationsPackageDebugger.LaunchVsDebugger(IVsDebugger iVsDebugger, DataTransformationsProjectConfigurationOptions
options)
at Microsoft.DataTransformationServices.Project.DataTransformationsPackageDebugger.ValidateAndRunDebugger(Int32 flags, IOutputWindow
outputWindow, DataTransformationsProjectConfigurationOptions options)
at Microsoft.DataTransformationServices.Project.DtsPackagesFolderProjectFeature.ExecuteTaskOrPackage(ProjectItem prjItem, String taskPath)
===================================
Unable to start program 'DTS'.
The debugger is not properly installed. Cannot debug the requested type of code. Run setup to install or repair the debugger. (Microsoft
Visual Studio Debugger)
------------------------------
Program Location:
at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
at Microsoft.DataTransformationServices.Project.DataTransformationsPackageDebugger.LaunchVsDebugger(IVsDebugger iVsDebugger, DataTransformationsProjectConfigurationOptions
options)