> Any ideas on how to get this working? An acceptable answer > would be to stop wasting my time trying to get MiniDump to > work with managed code if it is known not to work.
Awhile ago, I took a little different tack, but ended up with the same results. I was seeing what would happen if I called out to errant unmanaged code from managed code. I had the unmanaged code dereference 0xdead and waited for Dr. Watson to kick in, and so he did. Unfortunately, the resulting dump was similar to yours... You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
