This repository was archived by the owner on Oct 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
PowerTools crashes during visual studio launch time #1498
Copy link
Copy link
Open
Labels
Description
FSharp PowerTools is crashing with following exception after last upgrade. Seems to be some issue with tasklist comment manager.
Below is the related component from ActivityLog.xml
<entry>
<record>260</record>
<time>2017/03/02 08:35:39.519</time>
<type>Error</type>
<source>F# Power Tools</source>
<description>Exception Message: No exports were found that match the constraint: ContractName FSharp.Editing.VisualStudio.TaskList.CrossSolutionTaskListCommentManager RequiredTypeIdentity FSharp.Editing.VisualStudio.TaskList.CrossSolutionTaskListCommentManager Stack Trace: at System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(ImportDefinition definition, AtomicComposition atomicComposition) at System.ComponentModel.Composition.Hosting.ExportProvider.GetExportsCore(Type type, Type metadataViewType, String contractName, ImportCardinality cardinality) at System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValueCore[T](String contractName, ImportCardinality cardinality) at FSharpVSPowerTools.PowerToolsCommandsPackage.PerformRegistrations(IGeneralOptions generalOptions)</description>
</entry>Known workarounds
None.
Tried following
- Repairing
- devenv /setup
- devenv /clearcache -> devenv /updateconfiguration
- deleting %LOCALAPPDATA%\Microsoft\Visual Studion{version}\ComponentModelCache
Related information
- Operating system : Windows 7
- Extension version: 2.5.6.2340
- Visual Studio version: Ultimate 2013, Update 5
- Other extensions installed in Visual Studio
- VsVim (tried after removing it also)