调试器未正确安装 SSIS 2019
The debugger is not properly installed SSIS 2019
我在 Windows 10.
使用 Visual Studio 2019 创建了数据集成服务项目
我还创建了一个 SSIS 解决方案,该解决方案通过其上的一个包实现了备份数据库任务控制流。当我执行任务时出现以下错误,(我创建了其他任务,例如发送邮件,ftp,...并且在执行它们后我看到了相同的错误)。你能帮我解决这个问题吗?
错误:
TITLE: Microsoft Visual Studio
------------------------------
Unable to start debugging.
The debugger is not properly installed.
Run setup to install or repair the debugger.
------------------------------
ADDITIONAL INFORMATION:
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)
------------------------------
BUTTONS:
OK
------------------------------
您应该找到名为 Microsoft.DataTools.IntegrationServices.exe
的文件
window 应该类似于下面的屏幕截图。单击修复(确保事先关闭 VS)。这解决了我的问题。
如果您没有下载。您需要它才能使用 SSIS 扩展。
我在 Windows 10.
使用 Visual Studio 2019 创建了数据集成服务项目我还创建了一个 SSIS 解决方案,该解决方案通过其上的一个包实现了备份数据库任务控制流。当我执行任务时出现以下错误,(我创建了其他任务,例如发送邮件,ftp,...并且在执行它们后我看到了相同的错误)。你能帮我解决这个问题吗?
错误:
TITLE: Microsoft Visual Studio
------------------------------Unable to start debugging.
The debugger is not properly installed.
Run setup to install or repair the debugger.------------------------------
ADDITIONAL INFORMATION: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)
------------------------------
BUTTONS:OK
------------------------------
您应该找到名为 Microsoft.DataTools.IntegrationServices.exe
的文件window 应该类似于下面的屏幕截图。单击修复(确保事先关闭 VS)。这解决了我的问题。
如果您没有下载。您需要它才能使用 SSIS 扩展。