问题描述
我正在尝试在Windows 10中安装VS 2015,并且安装在应用Microsoft Visual Studio 2015 x86调试运行时-14.0.23026"部分停留了大约4个小时.
I am trying to install VS 2015 in Windows 10 and the installation is stuck at the "Applying Microsoft Visual Studio 2015 x86 Debug Runtime - 14.0.23026" section for around 4 hours.
尽管获取"部分显示100%.
The Acquiring section is showing 100% though.
使用相同的术语在日志文件中查找以下详细信息:
Terminated the same to find the below details in a log file:
[2015-08-02T16:48:28]i305: Verified acquired payload:
VSSetupUtility_Complete_vs_community at path: C:\ProgramData\Package Cache\.unverified\VSSetupUtility_Complete_vs_community, moving to: C:\ProgramData\Package Cache\7DB2302D-A398-3430-A694- 6B1ECD9A8D22\packages\vs_community\VSSetupUtility.exe.
[0CD8:1FE0][2015-08-02T16:48:28]i000: MUX: Source confirmed
[0CD8:1FE0][2015-08-02T16:48:28]i000: MUX: Set the Cache Complete Event
[0CD8:1854][2015-08-02T19:23:22]i000: MUX: Go to CancelPrompt page.
[0CD8:1854][2015-08-02T19:23:26]i000: MUX: Go to Progress page.
[0CD8:1854][2015-08-02T19:28:19]i000: MUX: Go to CancelPrompt page.
在设置缓存完成事件"之后,它停留了3个小时...
After "Set the Cache Complete Event" it is stuck for 3 hours...
当我查看任务管理器详细信息->分析exe的等待链时,它显示死锁.
When I look at the Task Manager details -> Analyze wait chain for the exe, it shows deadlock.
这是我第三次尝试安装VS 2015社区版;使用Web安装程序2次,使用ISO 3次.
This is the 3rd time I am trying to install VS 2015 community edition; 2 times using the web installer and the 3rd time using an ISO.
推荐答案
我的安装被暂停了2天.
我以这种方式解决了这个问题:
My installation was stuck for 2 days.
I fixed it this way:
- 打开任务管理器(taskmgr.exe),然后使用 Details 标签.我有两个正在运行的vs_community.exe实例.
- 我已经使用命令分析等待链"来检查它们.实例之一被锁定为等待EnableGraphicsTools.exe进程.我终止了EnableGraphicsTools.exe进程,安装恢复并且成功.
- open the Task Manager (taskmgr.exe) and use the Details tab. I had two vs_community.exe instances running.
- I've used the command "Analyze wait chain" to inspect them. One of the instances was locked in waiting for an EnableGraphicsTools.exe process. I killed the process EnableGraphicsTools.exe and my installation resumed and was successful.
这篇关于Visual Studio 2015 Community Edition安装卡在Windows 10中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!