When a program crashes it will usually create three files with information on the crash. Once these files generate Windows will usually ask if you want to send the files to them. After closing this dialog the three crash dumps are deleted.
I am developing a program in Visual Studio 2015 using C#/WPF and I would like to know if there was a way to save the dumps in a more convenient location so when users of my application do experience a crash they can send me the dumps so I can check the situation.
On Windows 7 and 10 (I'd assume 8 as well) the files generate in 'user'\appdata\local\temp and as I said they are deleted the moment the dialog is clicked away. I saw a solution here(Best way to have crash dumps generated when processes crash?) that could work but if possible I only want to move crash dumps coming from my program.