Visual Studio(SSDT)2017无法开始调试
我最近从SSDT软件包安装了Visual Studio 2017.我正在测试一个简单的情况,即平面文件源和OLEDB目标,其中不涉及C#或VB脚本,并且代码中没有调试断点. 当我尝试为SSIS项目执行程序包时,出现错误消息:
I recently installed a Visual Studio 2017 from SSDT package. I am testing a simple scenario a flat file source and an OLEDB destination with no C# or VB scripts involved, as well there are no debugging breakpoints in the code. When I try to execute package for SSIS project I get the error:
Microsoft Visual Studio 无法开始调试.调试器未正确安装.跑 安装程序以安装或修复调试器.
Microsoft Visual Studio Unable to start debugging. The debugger is not properly installed. Run setup to install or repair the debugger.
------------------------------其他信息:
------------------------------ ADDITIONAL INFORMATION:
无法运行程序"DTS".
Unable to run program „DTS".
Visual Studio程序名为coloader80.dll的DLL库未正确安装.通过使用小程序添加或删除来修复Visual Studio安装 控制面板中的程序.
DLL library of Visual Studio program named coloader80.dll is not properly installed. Repair the Visual Studio installation by using applet Add or Remove programs in Control panel.
如果问题仍然存在,则可以使用指令"regsvr32%CommonProgramFiles%\ Microsoft Shared \ VS7Debug \ coloader80.dll""从命令行手动注册coloader80.dll库. (Microsoft Visual Studio调试器)
If the problem persists you can manually register the coloader80.dll library >from command line, using instruction „regsvr32 "%CommonProgramFiles%\Microsoft Shared\VS7Debug\coloader80.dll"". (Microsoft Visual Studio Debugger)
我试图将解决方案用于类似的问题: https://developercommunity.visualstudio.com/content/problem/26630/the-debugger-is-not-properly-installed-cannot-debu.html
I tried to use the solution for a similar problem: https://developercommunity.visualstudio.com/content/problem/26630/the-debugger-is-not-properly-installed-cannot-debu.html
我删除了 C:/Program Files/Common Files/Microsoft shared/VS7Debug 文件夹的内容,然后重新安装了VS,但对于我来说似乎不起作用.
I removed the content of C:/Program files/Common Files/Microsoft shared/VS7Debug folder and reinstalled the VS, but it doesn't seem to work in my case.
任何其他想法将不胜感激.
Any other ideas would be appreciated.
我尝试了相同的解决方案,但没有结果.
I tried the sames solutions with no result.
今天我用以下解决方案解决了
Today I solved with this solution:
https://stackoverflow .com/questions/37299032/visual-studio-2015-the-hash-value-is-not-正确
> 1. Download: https://go.microsoft.com/fwlink/?LinkId=866452
> 2. SSDT-Setup-ENU.exe /layout <folder name>
> 3. Download: https://aka.ms/vs/15/release/vs_sql.exe
> 4. vs_SQL.exe --layout <different folder name> (this takes a while, it's laying out ~4 GB)
> 5. <different folder name>\vs_setup.exe --wait --nickname "SSDT" --passive
> 6. <folder name>\SSDT-Setup-ENU.exe