I have created Data Integration service project using Visual Studio 2017 on Windows 10.
I have installed SQL Server 2017 and Visual Studio Community Edition.
I created Simple SSIS Package which performs data load from csv file to SQL server table.
When I do ctrl+F5 (Execute without debugging) I am getting bellow 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)
But when I do just F5, it works fine i.e data successfully pushed into SQL server.
There is issue with Visual Studio debugger, I tried so many times repair and reinstall. Nothing helped.
Any suggestions much appreciated.
Visual Studio 2018
. SSIS is not contained in the Visual Studio 2017 installer anyway, you have to download the standalone SSDT installer. What did you actually do? Whid Visual Studio, SSDT versions did you install? Did you have any other versions installed before installing SSDT or VS ? - Panagiotis KanavosRepair
? - Panagiotis Kanavos