We have a user that is using VS2010 and whenever he has an unhandled exception it doesn't show up when he is using his Visual Studio Debugger (x86 mode). It seems the debugger is just ignoring the exception. It doesn't happen on other developer's machines. I don't have much time to look through settings on his machine as I am pretty confident it has to be a problem with his VS as we are all using the same solution/projects and it works for everyone else. Any ideas what could be wrong with this one machine? (I would love to reinstall VS on that machine but we don't have the time to do it)
This doesn't happen JUST in the "Load" method. It happens in EVERY method. The link pointed to doesn't solve this problem as I had tried everything there to no avail.