我一直在尝试安装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
知道真正的问题/原因是什么?