I have some code in C# and C++ ( in one project ). This code have some crash and i trying t find it. but this crash is not reproduce any time - and i can\'t find it.
You can register an unhandled exception filter and PInvoke MiniDumpWriteDump. A code sample to do that is located here