Where is the Exceptions window
-
I have a web project that began rejecting my connection when doing an HTTP get. The implication is that my HTTP handler is bombing out and isn't there to handle my request. In earlier versions of VS the debug screen had the Exceptions screen that let me stop my code the moment an exception occured. In VS2008 it is not there. So how do I do this now?????
-
I have a web project that began rejecting my connection when doing an HTTP get. The implication is that my HTTP handler is bombing out and isn't there to handle my request. In earlier versions of VS the debug screen had the Exceptions screen that let me stop my code the moment an exception occured. In VS2008 it is not there. So how do I do this now?????
It is in Visual Studio 2008, just go to the "Debug | Exceptions" menu item. regards, Jonathan
Jonathan Wilkes Darka[Xanya.net] [My Code Project Articles]