【发布时间】:2016-08-25 20:48:48
【问题描述】:
我一直在尝试安装 Visual Studio 2015 Professional,但是当我打开 .exe 并出现 Visual Studio 徽标时,安装程序崩溃并报告“安装程序在操作过程中检测到问题”。 我检查了日志文件以查看发生了什么,发现以下部分可能导致问题:
[2490:2168][2016-08-25T14:38:58]i000: MUX: Aquiring mutex 'Global\Devdiv' with a timeout of 0 ms
[2490:2168][2016-08-25T14:38:58]i000: MUX: Mutex 'Global\Devdiv' ownership: True
[2490:2168][2016-08-25T14:38:58]i000: MUX: Seen existing cache mutex 'Global\Devdiv CacheMutex': False
[2490:2168][2016-08-25T14:38:58]i000: MUX: Aquiring mutex 'Global\Devdiv CacheMutex' with a timeout of 60000 ms
[2490:2168][2016-08-25T14:38:58]i000: MUX: Mutex 'Global\Devdiv CacheMutex' ownership: True
[2490:2168][2016-08-25T14:38:59]e000: MUX: ERROR: Could not load file or assembly 'PresentationCore, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The module was expected to contain an assembly manifest.
[2490:2168][2016-08-25T14:38:59]e000: MUX: Stack: at Microsoft.Devdiv.Bootstrapper.ManagedUx.RunUI(ViewModelCommonUi viewModel)
at Microsoft.Devdiv.Bootstrapper.ManagedUx.RunInteractiveUI(ViewModelCommonUi viewModel)
at Microsoft.Devdiv.Bootstrapper.ManagedUx.InternalRun()
at Microsoft.Devdiv.Bootstrapper.ManagedUx.Run()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
[2490:2168][2016-08-25T14:38:59]i000: MUX: Metrics: ShouldSendData=True
[2490:2168][2016-08-25T14:38:59]i000: MUX: Permission to upload: Yes
知道真正的问题/原因是什么吗?
【问题讨论】:
-
当安装程序吐出这样的错误时,该机器上的磁盘已严重损坏。你可以盲目地希望只有 PresentationCore.dll 被撞了,但这种损坏很少被孤立。不要忽视它。
-
日志文件在哪里?我遇到了同样的问题...
标签: visual-studio visual-studio-2015