FortuneN / FineCodeCoverage

Visualize unit test code coverage easily for free in Visual Studio Community Edition (and other editions too)
https://marketplace.visualstudio.com/items?itemName=FortuneNgwenya.FineCodeCoverage
Other
506 stars 38 forks source link

OutputToolWindowPackage error when trying to open the tool in VS #424

Closed mavendano79 closed 2 months ago

mavendano79 commented 2 months ago

Installed product versions

Description

When trying to open the extension window, I get "OutputToolWindowPackage" package did not load correctly

Steps to recreate

  1. Install the extension
  2. Go to View->Other Windows
  3. Select Fine Code Coverage
  4. Error appears

Current behavior

When selecting the Fine Code Coverage window, I get the error message instead of the window

Expected behavior

I should get the Fine Code Coverage Window. mavendano error message

Side Notes

Please see attached image with the error message

tonyhallett commented 2 months ago

and what is the content of the activity log ?

tonyhallett commented 2 months ago

What versions of Visual Studio are you using ? Have you successfully used FCC before version 1.1.215 ?

You could try https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ClearMEFComponentCache or update visual studio.

mavendano79 commented 2 months ago

Updating VS 2022 to the latest versio solved this issue. Thank you very much for your input.