I recently installed Visual Studio 2008, and then removed it a few days later because I did not use it alot, and now loads of programs crash on load saying they have the error "an unhandled win32 exception occurred in" Can anyone help me fix this?
Unhandled exceptions occur because of poor programming whereby the program performs an illegal operation (such as dividing by zero) and has no code to execute in case such an exception occurs. The OS then has to deal with it, and throws the error you see. The JIT debugger is a feature of Visual Studio that lets you see where the error occured in the program code (among other very useful tasks), although if the program is not a .NET program you'll need to know Assembly Language to understand anything the debugger shows you
Message edited by randomizer on 05-23-2009 at 12:28:42 PM
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.