У меня проблемы с отладчиком при попытке запустить простой проект служб SSIS, включающий импорт небольшого образца CSV-файла в SQL Server.
Я искал StackOverflow с "ошибкой отладчика Microsoft.DataTransformationServices.VsIntegration"и просмотрел все результаты поиска.
Похоже, у кого-то еще была такая же проблема с VS2015 около года назад, но она так и не была решена.
Инструменты данных Microsoft SQL Server Microsftдля Visual Studio 2015 с сообщением об ошибке отладки
Я попытался просмотреть программу просмотра событий и сгенерировал журналы Visual Studio, но там ничего нет.
При попытке вызвать 2 сообщения об ошибкевыполнить задание SSIS.
Ошибка 1:
Unable to start debugging.
The debugger is not properly installed.
Run setup to install or repair the debugger. (Microsoft.DataTransformationServices.VsIntegration)
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.DataTransformationsProjectDebugger.LaunchDtsPackage(Int32 launchOptions, ProjectItem startupProjItem, DataTransformationsProjectConfigurationOptions options)
at Microsoft.DataTransformationServices.Project.DataTransformationsProjectDebugger.LaunchActivePackage(Int32 launchOptions)
at Microsoft.DataTransformationServices.Project.DataTransformationsProjectDebugger.LaunchDtsPackage(Int32 launchOptions, DataTransformationsProjectConfigurationOptions options)
at Microsoft.DataTransformationServices.Project.DataTransformationsProjectDebugger.Launch(Int32 launchOptions, DataTransformationsProjectConfigurationOptions options)
Ошибка 2:
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)
У меня было много проблем с установкой SSDT и работой с Visual Studio 2017и пришлось прибегнуть к решению здесь, чтобы оно заработало.
Ошибка установки SSDT (Не удалось выполнить пакет EXE.)
ИмеетКто-нибудь сталкивался с этой проблемой и смог ее преодолеть?
А пока я попробую переустановить пакеты в папке с полезной нагрузкой и посмотреть, решит ли это эту проблему.