J
Jochen Kalmbach
Hello,
I just have a small question about crash-dumps for C#-apps:
In "normal" unmanaged apps I can use "MiniDumpWriteDump" to write a mini-
dump if an exception occurs (via. "SetUnhandledExceptionFilter")
With this file it is easy possible to find the source of the crash.
How should this be solved in C# (or CLR) ?
Is there an comparable mechanism to write a "minidump" !?
Any comments are welcome...
--
Greetings
Jochen
Do you need a memory-leak finder ?
http://www.codeproject.com/tools/leakfinder.asp
I just have a small question about crash-dumps for C#-apps:
In "normal" unmanaged apps I can use "MiniDumpWriteDump" to write a mini-
dump if an exception occurs (via. "SetUnhandledExceptionFilter")
With this file it is easy possible to find the source of the crash.
How should this be solved in C# (or CLR) ?
Is there an comparable mechanism to write a "minidump" !?
Any comments are welcome...
--
Greetings
Jochen
Do you need a memory-leak finder ?
http://www.codeproject.com/tools/leakfinder.asp