my objective generate crash dumps whenever application crashes.
i have dll written c++. used c# .net application (among others). within dll, set own custom unhandled exception filter setunhandledexceptionfilter, , write dump minidumpwritedump in handler.
when run .net application within vs2008, works fine, , when there memory access violation, dump written, , application quits.
but when run outside vs standalone, custom handler not called @ , dump not written. instead, error dialog shown message "unhandled exception has occurred in application..." , buttons "details", "continue" , "quit".
i guessing when run standalone, os (windows 7) preventing handler being installed reason.
can me this?
Comments
Post a Comment