Issue with Release Version Exe
-
Hi, I am using Visual studio 2008.I build my application in ‘Release’ mode.It gave error while executing during some check ,But same things works fine when I execute in debugging as well if Exe is built in Debug version. Is there any setting required in visual studio. Regards, Sachin
-
Hi, I am using Visual studio 2008.I build my application in ‘Release’ mode.It gave error while executing during some check ,But same things works fine when I execute in debugging as well if Exe is built in Debug version. Is there any setting required in visual studio. Regards, Sachin
-
Hi, I am using Visual studio 2008.I build my application in ‘Release’ mode.It gave error while executing during some check ,But same things works fine when I execute in debugging as well if Exe is built in Debug version. Is there any setting required in visual studio. Regards, Sachin
There are some exceptions which get swallowed by Visual Studio. E.g. exceptions in Form_Load or Form_Shown are swallowed, when you do not have a try...catch block exactly in those functions. I do not know a useful documentation on that feature. Furthermore, some exceptions - also with the events mentioned above - could be swallowed on 64bit systems even in a "Release" executable, as documented in http://blog.paulbetts.org/index.php/2010/07/20/the-case-of-the-disappearing-onload-exception-user-mode-callback-exceptions-in-x64/[^].