2017年Visual Studio社区无法启动.例外:无法加载文件或程序集'Microsoft.VisualStudio.TelemetryForPPT

Sta*_*opo 6 startup productivity-power-tools visual-studio-2017

在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\15.0_ce1eea42\ActivityLog.xml'.
Run Code Online (Sandbox Code Playgroud)

指定的文件报告与程序集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]. 
Run Code Online (Sandbox Code Playgroud)

有什么建议可以解决问题吗?

JRB*_*JRB 6

PPT代表Productivity Power Tools.我在两天前安装PPT 2017后遇到了同样的问题.昨天这个问题在我卸载PPT后消失了.昨晚微软创建了PPT 2017的新版本(15.0.2),显然出现了问题.

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

错误日志中的一些条目:

包[LegPagePackage]的LegacySitePackage失败源:'PPTOptionsPage'描述:无法加载文件或程序集'Microsoft.VisualStudio.TelemetryForPPT,Version = 15.0.0.0,Culture = neutral,PublicKeyToken = b03f5f7f11d50a3a'或其依赖项之一.Het systeem kan het opgegeven bestand niet vinden.System.IO.FileNotFoundException:无法加载文件或程序集'

[更新-2017-12]今天早上安装PPT 2017的15个组件中的4个PPT 2017版本15.0.4之后,在我的情况下,这个问题似乎已经解决了.