我试图打开Visual Studio,但它给出了一个错误:

在进行设置时无法运行

在我重新启动机器之前,它运行正常。我已经安装了这个版本从过去的一年。


当前回答

在这里输入图像描述 打开任务管理器,有一个名为VSStandardCollectorService150的服务,右键单击启动它。 这是为我在VS2019上的同一问题工作。

其他回答

我在Visual Studio 2017中遇到了这个问题。任务管理器中有名为VSIXAutoUpdate.exe的进程。我看着任务管理器,它们在刷出和消失。有几次,Visual Studio 2017进程会生成和消失。

VSIX Auto Updater在任务管理器中停止显示后,它应用了所有的后台更新,我可以启动Visual Studio。

我不建议像这个问题的其他答案所建议的那样,在安装更新的过程中杀死这些进程。只要等待,直到他们完成任务管理器。

在我的情况下,当我从任务管理器中检查时,visual studio的“vs_installershell.exe”仍在运行。在我结束了visual studio 2019正常开放的过程后。

原因是一个待定的Windows更新。Windows更新后,Visual Studio启动没有任何问题。

给点时间再试一次。 在任务管理器中结束与visual studio相关的所有任务。 如果这两个解决方案都不工作,那么重新启动机器,它肯定会工作。

很可能Visual Studio正在更新,就像错误消息暗示的那样,如果你等待几分钟更新完成,你应该能够再次运行Visual Studio而没有问题。

If the problem persists or if you're just curious, open up your task manager and see if there is anything related to (Microsoft) Visual Studio running but don't just kill the process. Check instead if the process is using any resources - if it has a high I/O count, then it's actually updating and you should let it do its thing. If CPU-usage and memory usage remain mostly constant and there is no disk activity for the process for several minutes, this could mean that the process is stuck. You might have to kill it, but proceed with caution. Hopefully if this is an update for Visual Studio, the process name should include a version number or some sort of indication of what kind of update is being applied that you can use to search for more information through a search engine or through Microsoft's online resources.