Windows Error Reporting (WER) is a set of Windows technologies that capture software crash and hang data from end-users of Windows.
When an application crashes on Windows and a debugger such as Visual Studio is installed the following modal dialog appears: […
windows testing windows-vista crash-reports windows-error-reportingI have built a window application which i am trying to turn into service. I am easily able to install …
windows service windows-services windows-server-2008-r2 windows-error-reportingI just want to find out which location does the WER write its dump file? Also is this location specific …
windows windbg windows-error-reportingA .Net 4.0 app keeps crashing for a user, but just for him, I could not reproduce the bug. He attached …
c# .net crash windows-error-reportingI recently submitted application on windows marketplace and got the crashing report in .wer format. but I dont know how …
c# windows windows-8 windows-error-reportingTo put in a nutshell, I have a C# application doing lots of mciSendString calls ( via dllimport ) to control wav …
windbg access-violation winmm mci windows-error-reportingI Just want to recover crash dumps of my own 32bit applications. I tried the following: I followed the steps …
windows-server-2008 windbg windows-server-2008-r2 crash-dumps windows-error-reportingI am calling ReadFile() WinAPI to copy the file contents to a char array, inside my VC++ code. Have placed …
winapi visual-c++ file-read windows-error-reporting