Generating .NET crash dumps automatically

Note that creating a minidump from inside the “failing” process (or even thread) itself is not trivial or might not be accurate (also MiniDumpWriteDump function’s Remarks). Besides, if your process is in such anger that you might need to write a crash dump, the whole situation is typically so hosed, that even attempting to create … Read more

Windows does not produce full crash dumps even though registry is set correctly

Permissions of the folder to write to Looking at the permissions of the folder C:\ProgramData\Microsoft\Windows\WER it has Read & execute List folder contents Read Creating a subfolder LocalDumps will inherit the permissions. So you should either modify the permissions of that folder or use a different folder with write permissions. Permissions of the Registry key … Read more