Create minidump

  • Thread starter Thread starter Smokey Grindel
  • Start date Start date
S

Smokey Grindel

Is there anyway to create a minidump of the current application executing in
..NET?
 
Is there anyway to create a minidump of the current application executing in
.NET?

What do you mean? You can get various information (stack trace, etc)
from the classes in System.Diagnostics - but, I'm not sure what
exactly you're looking for...
 
I want to create a mini dump when the app crashes on a 3rd party's end so I
can send it back to us for analysis... I can do it in C++ with dbghlp.dll
but haven't seen any solutions in .NET managed yet
 
Back
Top