Skip to content

Commit

Permalink
Added section to readme about updating
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Jan 14, 2025
1 parent 88283f4 commit 5652622
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@ The Exception Visualizer can be opened from the *Locals* or *QuickView* windows

![View Exception Visualizer](https://github.com/elmahio/ExceptionVisualizer/assets/563206/8dd68fc6-85f2-416d-a5b2-8f78de57fdbf)

## Updating

I'm suspecting there's a bug in Visual Studio when trying to update extensions based on the new extensions system. The bug will cause the Visual Studio Updater to report that there are no available updates when trying to update to a new Exception Visualizer version.

To correctly update this extension from a previous version, you can follow these steps:

1. Launch Visual Studio Installer.
2. Click 'Modify' on your Visual Studio version.
3. Go to the Individual components tab.
4. Search for 'exception'.
5. Uncheck the 'Exception Visualizer' (might have a different name if you have an older version).
6. Click 'Modify'
7. Then install the extension from scratch.

---

Sponsored by [elmah.io](https://elmah.io).

0 comments on commit 5652622

Please sign in to comment.