Barry Tormey
Barry Tormey

Reputation: 3126

Turn Off ReSharper Exception Browser

I recently downloaded Visual Studio 2015 which installed .NET 4.6 and ReSharper popped open the "Exception Browser" to alert me

Unsupported FrameworkVersion 4.6

Now every time I open Visual Studio (2013) the ReSharper Exception Browser opens on top of it and won't allow me to get to the editor until I close out of the dialog. Sometimes there are exceptions, some times there aren't, either way it opens up.

It has now just become more of an annoyance than anything. Is there a way to

a.) Stop it from opening when there are no exceptions

or

b.) Turn if off completely

Upvotes: 7

Views: 1075

Answers (1)

Barry Tormey
Barry Tormey

Reputation: 3126

Turns out I was using a "checked-build" (for debugging or diagnostic purposes) of ReSharper, used for . I was using Build 8.2.3000.5195 which I had downloaded from the ReSharper website, so I'm not sure how I ended up with a checked-build, but once I installed Build 8.2.3000.5176, it seemed to fix the issue.

Upvotes: 9

Related Questions