Maanu Posted January 11, 2010 Report Share Posted January 11, 2010 Hi,I have a c# application which uses c++ dlls. The C++ compomenet throwed memory violation exception. But NTSD did not dump the application. I have configured the managed JIT debuger as DbgManagedDebugger = c:\DebugMe\ntsd.exe -p %ld -e %ld -g -noio -c ".dump /ma /u c:\dumps\jit.dmp; q"and DbgJITDebugLaunchSetting = 2NTSD generates dump for a pure c# application. But it does not generate dump file a c# application with c++ componenets and an uhandled exception was thrown from the c++ componentHow can I get around the issue?Thanks! Quote Link to comment Share on other sites More sharing options...
MANEMAN Posted January 11, 2010 Report Share Posted January 11, 2010 Hi,I have a c# application which uses c++ dlls. The C++ compomenet throwed memory violation exception. But NTSD did not dump the application. I have configured the managed JIT debuger as DbgManagedDebugger = c:\DebugMe\ntsd.exe -p %ld -e %ld -g -noio -c ".dump /ma /u c:\dumps\jit.dmp; q"and DbgJITDebugLaunchSetting = 2NTSD generates dump for a pure c# application. But it does not generate dump file a c# application with c++ componenets and an uhandled exception was thrown from the c++ componentHow can I get around the issue?Thanks!Please Go to this link on our forum : http://forums.windowsforum.org/index.php?showtopic=43713 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.