【问题标题】:Missing components for Microsoft Visual Studio 2017 Shell (isolated)Microsoft Visual Studio 2017 Shell 缺少组件(孤立)
【发布时间】:2022-08-03 16:55:07
【问题描述】:

今天我想像每天一样打开Sql Server Management Studio 18。但是这次弹出了错误信息:

找不到一个或多个组件。请重新安装应用程序。

我重新安装了应用程序,甚至重新安装了 Microsoft Visual Studio 2015 Shell。让我感到困惑的是,Visual Studio 的 shell 2017 甚至还不存在。我正在使用 Windows 11 机器。

  • 大约一个小时前我也发生了同样的情况,再次是 Windows 11。到目前为止,我已经尝试了来自 stackoverflow.com/questions/43807502/… 的所有结果,但没有任何效果。

标签: sql-server visual-studio ssms


【解决方案1】:

它是在 Windows 11 22H2 (22621) 上发布的报告。 见https://feedback.azure.com/d365community/idea/6b7d06dc-9bec-ec11-a81b-6045bd7ac9f9

【讨论】:

    【解决方案2】:

    在我卸载控制面板中的所有 Microsoft 相关软件并重新安装后,SSMS 开始工作。我刚刚发现您还可以使用 Azure Data Studio 作为 SSMS 的替代品,SSMS 有时也预装在 Windows 机器上。

    编辑

    论坛中提供了一个解决方案,我想在这里分享:

    1. 下载https://github.com/thebookisclosed/ViVe
    2. 运行(从提升的 cmd 提示符):
          vivetool /disable /id:36354489
          shutdown -r -t0
      

      就我而言,它返回了 No features were specified 为什么我使用了另一个命令:

          vivetool /disable /name:SV2Navpane
          shutdown -r -t0
      

    【讨论】:

    • 可悲的是,卸载所有 MS 软件并不是很实用,即使我实际上并没有精简到裸机。
    猜你喜欢
    • 1970-01-01
    • 2022-08-03
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-01-02
    • 2018-03-15
    • 2017-08-07
    相关资源
    最近更新 更多