Visual Studio 2005 Just-in-Time Debugger Exception ???
-
Hi , I m getting this error , sometimes during web browsing , sometimes on some other applications like WINDVD , PCSX2 etc , and even at that time visual studio is also not runing . POP UP WINDOW IWTH ERROR DETAILS Title : Visual Studio Just-in-Time Debugger Error Message : An unhandled win32 exception occured in [programname.EXE]. Possible Debugger : New Instance of Visual Studio 2005 Two Options : (1) Set the currently selected debugger as the default. (2) Manually choose the debugging engines. Do you want to debug using the selected debugger? Yes / No " does any body how to stop this thing from hapening ? I have tried unchecking Just In Time debug option from Tools>Options>Debugung in Visual studio 2005 IDE , but then same error comes but in message box !!! what should I do ? any one knows ? Thanks, ZINC
-
Hi , I m getting this error , sometimes during web browsing , sometimes on some other applications like WINDVD , PCSX2 etc , and even at that time visual studio is also not runing . POP UP WINDOW IWTH ERROR DETAILS Title : Visual Studio Just-in-Time Debugger Error Message : An unhandled win32 exception occured in [programname.EXE]. Possible Debugger : New Instance of Visual Studio 2005 Two Options : (1) Set the currently selected debugger as the default. (2) Manually choose the debugging engines. Do you want to debug using the selected debugger? Yes / No " does any body how to stop this thing from hapening ? I have tried unchecking Just In Time debug option from Tools>Options>Debugung in Visual studio 2005 IDE , but then same error comes but in message box !!! what should I do ? any one knows ? Thanks, ZINC
This is an Exception in some of the application you were currently using( May be in some web application). This exception will come if that perticular application is not properly handled If that application is handled properly( Means at least code is written in Try- catch block), Message box will open, there all that error message will be dipalyed, If not as you mentioned same thing will appear. regards Ravi
Ravi