Visual Studio 2008 debug does not stop on error

Posted by Diana on Stack Overflow See other posts from Stack Overflow or by Diana
Published on 2010-04-15T11:14:23Z Indexed on 2010/05/15 23:30 UTC
Read the original article Hit count: 518

Filed under:
|

I have a simple Windows App written in Visual Studio 2008 (.NET 3.0, C#).

Without making any change to the project, solution or Visual Studion (from what I can remember), something weird is happening: when I debug (or run) my application, when it hits an error, Visual Studio does not show me any messagebox with the error, and does not stop execution. It "looks" like nothing happended... the code after the error is not executed, but everything else continues to behave like nothing had happened.

Any ideeas about what might be wrong? I don't think it's a big deal, but I can't seem to find it.

Thanks!

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio-2008