我试图打开Visual Studio,但它给出了一个错误:
在进行设置时无法运行
在我重新启动机器之前,它运行正常。我已经安装了这个版本从过去的一年。
我试图打开Visual Studio,但它给出了一个错误:
在进行设置时无法运行
在我重新启动机器之前,它运行正常。我已经安装了这个版本从过去的一年。
当前回答
在我的任务管理器中有visual studio 2012更新的过程,我结束了这个过程,我的VS 2015工作正常…进入任务管理器,寻找任何(版本)VS更新流程,并结束该流程。
其他回答
很可能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.
我今天在冷引导(在虚拟机上)后遇到了这个错误,并找到了解决方案。
Windows >服务 寻找具有类似“Visual Studio Standard Collector service”名称的服务 右键单击项目并启动服务=> Visual Studio现在应该可以启动了
为了防止下次重新启动时发生这种情况(至少在有重新引入错误的更新之前),您可以:
右键单击该项并选择Properties 设置启动类型为“自动” 选择应用
使用:VS Community 2019,版本16.1.3
原因是一个待定的Windows更新。Windows更新后,Visual Studio启动没有任何问题。
当我试图启动Visual Studio时,就发生了这种情况。
我无法看到任何Visual Studio或安装程序进程在任务管理器中运行,但我等了大约5分钟,再试一次,它打开了。
当更新已经推送到Visual Studio,但由于某种原因失败时,我得到这个错误消息。
要修复此问题,请执行以下步骤(Windows)
>应用程序> Visual Studio安装程序>单击“修改”
您应该看到一条错误消息,上面写着“无法应用更新”之类的内容,您可以单击按钮重试。
在我的最新实例中,它是对. net桌面开发工作负载的一个小更新,没有正确下载或安装。