【发布时间】:2017-04-10 07:12:23
【问题描述】:
在 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'.
指定文件报告几个与程序集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].
有解决问题的建议吗?
【问题讨论】:
-
尝试修复或重新安装VS 2017。
-
是的,我现在正在这样做......
-
Activity.log 说什么?另外,如果您运行 ProcessMonitor,VS2017 在哪里寻找文件?
-
我没试过。奇怪的是它一直工作到周五晚上,今天早上就不再工作了,显然系统没有任何变化。
标签: startup visual-studio-2017 productivity-power-tools