EvilZone
Programming and Scripting => .NET Framework => : L0rd_M@dness June 08, 2012, 08:07:31 AM
-
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 thread (http://stackoverflow.com/users/866631/v0r73x?tab=questions)
Uninstalling 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?
-
Realizing this topic is 5 months old or so, I might regret this, but I dont like unresolved threads. This link sheds some light on the problem and possible fixes as well as links to related or equal topics: http://stackoverflow.com/questions/2426856/where-did-my-visual-studio-exception-assistant-go (http://stackoverflow.com/questions/2426856/where-did-my-visual-studio-exception-assistant-go)
-
Haha well I actually forgot that I'd posted the issue here as well.
I found & blogged the solution here it is for future reference: http://v0r73x.digital-horizon.net/why-doesnt-visual-studio-catch-unhandled-exceptions/