My .Net appliaction exits abruptly on certain machines ( this is a desktop application). I tried to catch the exception but the catch
statement I put on simply can't catch the exception that was happening.
Any ideas how to solve, or diagnose this problem?
Note: This exception only occurs at client's machine, release mode, on which we have no debugger tool to use.
Note 2: The application event log does not contain any errors at all.