Hi ppl,
I was working on a C# project this week, and everything was goin fine, this morning I woke up and my Visual Studio Exception assistant was gone! Remember the friendly debugging tool which gives you details if ur doing something wrong? It looks like this:
![](http://i.msdn.microsoft.com/dynimg/IC128405.gif)
Instead, I see the stupid dialog which looks like this:
![](http://blogs.msdn.com/blogfiles/saraford/WindowsLiveWriter/DidyouknowYoucandisabletheExceptionAssis_EE26/image_8.png)
The dialog is not the only problem: The SQL Exceptions are not debugged either! + a whole lot of other ones regarding data readers, data connections, etc.
I've spend hours trying to solve this thing, and still not fixed!
I've tried everything, including:
Googling
This threadUninstalling all .Net updates
Reinstalling the entire Visual Studio
Checking the options, making sure that exception assistant is turned on!
Resetting all the settings for visual studio.
Can anyone help me with this?