Where can I find the Exception Dialog Box in Visual Studio 2008 R2
-
Saturday, September 01, 2012 1:03 PM
Hi there,
I cannot find the Exception Dialog Box in the Debug menu of VIsual Studio 2008 R2.
Also I cannot find any documentation in MSDN library about the Exception Dialog Box for Visual Studio 2008 or VS 2008 R2.
Or how do I trap unhandled execptions in VS 2008 with Enable Just My Code ON and Enable Exception Assistant ON in the Options Debugging tab
I'll be back
All Replies
-
Sunday, September 02, 2012 11:48 PM
Hi,
I'm pretty sure that you post your question in a wrong place, however, I googled about the situation and I suggest take a look the following threads:
- http://stackoverflow.com/questions/2173997/how-to-disable-exception-assistant-and-unhandled-exception-popup-in-visual-studi
- http://stackoverflow.com/questions/1105573/preventing-unhandled-exception-dialog-appearing
- http://go4answers.webhost4life.com/Example/sdk-package-trap-unhandled-errors-144050.aspx
Cheers
Please Mark as Answer or Vote As Helpful if a post solves your problem. MCP, MCTS, MCITP
- Marked As Answer by Josje Monday, September 03, 2012 11:14 AM
-
Monday, September 03, 2012 11:14 AM
Hi SoheilBakshi,
Sorry about the wrong location. But your first link helped me though already.
It states to use CTRL+ALT+E to bring up the Exception Dialog Box. This worked.
No time te find out why there is no entry in the Debug Menu to do the same???Regards, Jos
I'll be back

