not able to install SSDT for visual studio 2017 professional

落花浮王杯 提交于 2019-12-23 22:35:21

问题


Need your help

I have successfully installed VS2017 on my computer .

But when I tried to install SQL server data tools 15.6.0 or 15.5.1 it gives me error as below : Setup failed The configuration registry key could not be opened(0x800703F3)

Thanks All!!


回答1:


The latest version (15.6) of SSDT is incompatible with the latest version (15.7) of Visual Studio 2017. You currently have two choices:

  1. Wait for an updated version of SSDT or VS2017 to be released, or
  2. Completely uninstall VS2017 and install an older version.

If you want to go with option 2, do the following:

  1. Run this command: C:\Program Files (x86)\Microsoft Visual Studio\Installer\resources\app\layout\InstallCleanup.exe -f
  2. Download and install version 15.6.7 of Visual Studio (link to the Community edition)
  3. Download and install SSDT 15.6.0

This info was taken from a post on the Visual Studio Developer Community forum.



来源:https://stackoverflow.com/questions/50246111/not-able-to-install-ssdt-for-visual-studio-2017-professional

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!