Hi everyone!
I have a c# app, in which I get a FormatException. The problem is that whatever I do to trace it doesn't succeed.
I have tried using breakpoints, try-catch blocks in various parts of the code that I would expect it to occur, putting
Application.SetUnhandledExceptionMode(UnhandledExceptionMode.ThrowException);
in the Main() and still cannot trace it back. Any suggestions? I am out of ideas.
Thanks