Tag c# memory dump

Howto: C# Generate dump file on crash

how to generate a dump file on application crash in c# using System; using System.Collections.Generic; using System.Windows.Forms; using System.Runtime.InteropServices; using System.IO; namespace DBGHelp_Sample { static class Program { /// /// The main entry point for the application. /// [STAThread] static…