NET CF Error Log with less details
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
My managed application is getting crash due to some unhandled managed
exception. I have set the dignostic logging in registry to get the log
message. I am pressing the details button on the Unhandled exception
crash dialog. I can see that exception information on that window but
the log file generated by NET CF is with the null values.
I got reference from :
http://blogs.msdn.com/davidklinems/archive/2006/08/17/704662.aspx
Following the is log contents :
Caption: AppProject1.exe
Title : Error
Text : An unexpected error has occurred in AppProject1.exe.
Select Quit and then restart this program, or select Details for more
information.
Details: (null)
Caption: %s
Title : %s
Text : %s
Details: %s
I don't know why its only printing the %s and null. I need to get this
info in log file.
Could anyone help me on this.......
Thanks in advance.
.
Relevant Pages
- Re: SetUnhandledExceptionFilter
... The only way to prevent at all cost a crash in the applicaiton ... Looking at a full dump of Word.exe and/or LotusNotes is the only way ... A bad heap metadata will cause an access violation, ... normally dismissed in some wide exception handler) ... (microsoft.public.win32.programmer.kernel) - Re: Event ID 7031 Exchange 2003
... I could not find any exceptions in the crashdump file. ... It seems like the information store crash is "silent" with no other error ... What is the process that had the exception. ... (microsoft.public.exchange2000.information.store) - Re: Standby-Sleep Problem
... If your driver does not explicitly show up in the crash dump, then it does not mean that the crash is not your driver's fault. ... If you cannot attach a debugger, then you will not be successful in developing your driver. ... Break instruction exception - code 80000003 ... (microsoft.public.development.device.drivers) - Re: Checking for null parameter
... Would you say that an exception can occur in the body of printLine? ... you could have made printLength() private. ... It does not crash if *and only if* called from the mainyou show. ... If you document that it might throw an NPE, ... (comp.lang.java.programmer) - What does this error mean?
... usually don't crash. ... are thrown sporadically (common with objectdisposed exception? ... TreeViewForm seems to be updating some objects after an TreeView.AfterSelect ... I wonder if the call stack missed a bunch of operations here.... ... (microsoft.public.dotnet.framework.compactframework) |
|