To view the list of errors found in solution
- Choose ReSharper | Windows | Solution Errors Window.
- Right-click the circle indicator in the right corner of the status bar and choose Show Errors View from the drop-down list.
- Double-click the circle indicator.
Either way, the Errors in Solution window opens where you can view the list of detected errors and navigate to them in code by double-clicking their respective
descriptions:
Even without opening that window, you can still easily navigate through errors in your solution with ReSharper | Inspect | Next Error in Solution (Alt+F12) and ReSharper | Inspect | Previous Error in Solution (Shift+Alt+F12) commands.

