Visual Studio Community 2017 无法启动。异常:无法加载文件或程序集 'Microsoft.VisualStudio.TelemetryForPPT

Visual Studio Community 2017 fails to start. Exception: Could not load file or assembly 'Microsoft.VisualStudio.TelemetryForPPT

在 Visual Studio 2017 年打开解决方案时,我收到一个弹出窗口:

An exception has been encountered. This may be caused by an extension.
You can get more information by examining the file '[...]\AppData\Roaming\Microsoft\VisualStudio.0_ce1eea42\ActivityLog.xml'.

指定的文件报告了几个与程序集相关的错误Microsoft.VisualStudio.TelemetryForPPT:

System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.TelemetryForPPT, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. File name: 'Microsoft.VisualStudio.TelemetryForPPT, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' at GoToDef.GoToDefMouseHandlerProvider.GetAssociatedProcessor(IWpfTextView view) at Microsoft.VisualStudio.Text.Editor.Implementation.InputController.<UpdateMouseHandlers>b__7_0(IMouseProcessorProvider p) at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.InstantiateExtension[TExtension,TMetadata,TExtensionInstance](Object errorSource, Lazy`2 provider, Func`2 getter) WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. 

有什么解决问题的建议吗?

按照qxg的建议,我通过Visual StudioInstaller进行了修复,现在可以了。所有第 3 方扩展都已卸载:我怀疑问题是由其中一个引起的。

PPT 代表生产力电动工具。我前两天安装PPT 2017后遇到了和你一样的问题。昨天我卸载了PPT后这个问题就消失了。昨晚微软创建了 PPT 2017 的新版本 (15.0.2),所以显然出了点问题。

我刚刚尝试重新安装这个新版本,但我的情况显然仍然存在一些问题,所以我再次禁用了 PPT 的所有 15 个组件,问题又消失了。

错误日志中的一些条目:

LegacySitePackage failed for package [OptionsPagePackage]Source:'PPTOptionsPage' 描述:无法加载文件或程序集'Microsoft.VisualStudio.TelemetryForPPT,Version=15.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a'或其之一依赖项。 Het system kan het opgegeven bestand niet vinden。 System.IO.FileNotFoundException: 无法加载文件或程序集 '

[Update-2017-04-12] 今天早上为 PPT 2017 的十五个组件中的四个安装了 PPT 2017 版本 15.0.4 后,在我的情况下,这个问题似乎得到了解决。