I wrote a C# application (.NET 4 Client Profile) which runs under Win64. Basically it works but from time to time I get an exception error message and the application crashes after I pressed
OK to the exception window.
The main problem is that it is difficult to locate problem in respect to my code I wrote because with the cryptic exception message I get. On the other hand it is a problem with a windows
driver (antiv virus scanner) and/or connected hardware on the same machine (PC).
Question:
What is the best way to isolate or find out where the problem is when I get such exception message again? Can I run a debugger or so to trace back in my code to locate the exact position
in my code?
Thanks in advance
OK to the exception window.
The main problem is that it is difficult to locate problem in respect to my code I wrote because with the cryptic exception message I get. On the other hand it is a problem with a windows
driver (antiv virus scanner) and/or connected hardware on the same machine (PC).
Question:
What is the best way to isolate or find out where the problem is when I get such exception message again? Can I run a debugger or so to trace back in my code to locate the exact position
in my code?
Thanks in advance