There is native C++ application that hosts several .net components. When some error occurs this application creates mini dump using MiniDumpWriteDump function. Question here what is minimum set of
With the dump debugging su开发者_C百科pport in .NET 4.0 we are looking into automatically (after asking the user of course :) creating minidumps of C# program crashes to upload them to our issue track
I\'ve been using MiniDumpWriteDump to generate dump files on a crash. I\'ve been trying to do a full memory dump. This seems to work, and generates a large file as expected.