启动时 X 包未正确加载 Visual Studio 2019

The X package did not load correctly when starting Visual Studio 2019

当我开始 Visual Studio 2019 时,我遇到了一些错误,指出包未正确加载。它们各不相同,但格式相同:

The '[Some package]' package did not load correctly.

The problem may have been caused by a configuration change or by the installation of another extension. You can get more information by examining the file C:\Users\henry\AppData\Roaming\Microsoft\VisualStudio. 0_d0c288a2\ActivityLog.xml'.

Restarting Visual Studio could help resolve this issue.

包是:

然后最后显示:

A problem occurred when loading the Microsoft Visual Studio menu. To fix this problem, run 'devenv.exe /resetsettings from the command prompt. Note: this command resets your environment settings.


我已经尝试了我在网上找到的所有解决方案,包括重新安装 Visual Studio(以及安装程序本身,有或没有任何工作负载)和完全安装程序,删除所有本地和漫游应用程序数据文件夹和甚至 VS 注册表项。

一个常见的解决方案似乎是删除 ComponentModelCache 我也试过。

我也有 运行 所有看起来相关的 devenv 命令。

最后我尝试通过安装程序进行修复。当我尝试从安装程序 repair/reinstall 时,有时它会完全失败并显示 抱歉,出了点问题 消息。


奇怪的是,当我 运行 Visual Studio 作为管理员时一切正常,但我不应该每次都这样做。

最终通过重新安装 Windows(保留应用程序和文件等)解决了这个问题,希望它不会再次发生。