【问题标题】:Visual Studio 2015 crashes on installVisual Studio 2015 安装时崩溃
【发布时间】: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


【解决方案1】:

根据日志文件,问题是 .Net framework (3.5) 干扰了 VS2015 的安装过程。所以主要的解决方案是关闭 Windows 功能中的 .Net Frawework 3.5 选项,重新启动我的电脑,然后安装 VS2015。它就像一个魅力。

【讨论】:

    【解决方案2】:

    对我来说是 mysql 设置 通过添加 ^

    破坏了路径

    所以编辑路径并确保它没有任何无效字符。 喜欢^

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-09-10
      • 1970-01-01
      • 1970-01-01
      • 2015-11-22
      • 2015-10-12
      • 1970-01-01
      相关资源
      最近更新 更多