Hi there,
I have a C# application which crashes sometimes for unknown reason. Therefore, I want to find the crash dump file but it does not exist. I also wrote a small application which provokes a DivideByZero
exception (unhandled). The consequences of this: on the one system the program closes without any message, on the other system (VM) I get a simple crash report which wants to send data to Microsoft.
I configured drwtsn.exe
and the registry settings. I also tried to use WinDbg
without success.
Does anybody know how I can force the system to write dump files?
Best regards, el