Closed rcmosher closed 2 years ago
please can you add the relevant details of the ActivityLog.xml
It may be an issue that can be resolved with https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ClearMEFComponentCache
I've added relevant ActivityLog.xml. I've also attached the MEF errors as FineCodeCoverage shows up a lot there (this was from a fresh run of VS with no project open). Clear the MEF Component Cache did not help.
147 Error Exception occurred while loading solution options: System.Runtime.InteropServices.COMException (0x8000FFFF): Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at Microsoft.VisualStudio.Shell.Package.Initialize() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)
This also seemed like it could be related:
147 Error Exception occurred while loading solution options: System.Runtime.InteropServices.COMException (0x8000FFFF): Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at Microsoft.VisualStudio.Shell.Package.Initialize() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)
The issue is with the version of the Visual Studio Sdk that FCC is using. If you can update visual studio I believe there should be no issues. ( regarding the loading of Microsoft.VisualStudio.Threading, Version=17.1.0.0)
I am currently working on a feature branch that has a dependency to the earlier version of the Visual Studio Sdk so as to prevent this issue / not forcing a visual studio version in the manifest.
Updating resolved the issue. Thank you @tonyhallett and thanks to all the contributors for this project!
Installed product versions
Description
The following error shows if I try to open any Fine Code Coverage menu item (View > Other Windows > Fine Code Coverage, Tools > Options > Fine Code Coverage > General). In general Fine Code Coverage is not working.
Steps to recreate
Current behavior
Error when trying to use Fine Code Coverage. Unable to get any coverage information.
Expected behavior
Should be able to access above menu items without error. Should get code coverage results.