Has anyone seen a similar exception? This is a WPF application
installed via ClickOnce and we have one user who gets it consistently
on startup. We've also seen it occasionally while the applicaiton is
running. We've instrumented the application with exception handling in
most methods we have control over, but due to the nature of a WPF
application startup wiring (or our lack of knowledge), we haven't been
able to implement a 'catch all' handler, so we have no idea where this
is coming from.
Event Type: Error
Event Source: .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID: 5000
Date: 10/4/2007
Time: 6:23:32 AM
User: N/A
Description:
EventType clr20r3, P1 ivory portal.exe, P2 1.0.2832.29459, P3
47043226, P4 presentationframework, P5 3.0.0.0, P6 45398c20, P7 6496,
P8 be, P9 system.windows.markup.xamlparse, P10 NIL.
Jesse Houwing - 04 Oct 2007 22:40 GMT
Hello voutmaster@gmail.com,
> Has anyone seen a similar exception? This is a WPF application
> installed via ClickOnce and we have one user who gets it consistently
[quoted text clipped - 16 lines]
> 47043226, P4 presentationframework, P5 3.0.0.0, P6 45398c20, P7 6496,
> P8 be, P9 system.windows.markup.xamlparse, P10 NIL.
You should be able to wire into the
--
Jesse Houwing
jesse.houwing at sogeti.nl
Calanis - 09 Oct 2007 17:16 GMT
Are you using some ink?
maybe missining an ink SDK?
I have the same problem, but I needed a SDK for tablet PC 2005
> Hello voutmaster@gmail.com,
>
[quoted text clipped - 24 lines]
> Jesse Houwing
> jesse.houwing at sogeti.nl
Jesse Houwing - 04 Oct 2007 22:41 GMT
Hello voutmaster@gmail.com,
> Has anyone seen a similar exception? This is a WPF application
> installed via ClickOnce and we have one user who gets it consistently
[quoted text clipped - 16 lines]
> 47043226, P4 presentationframework, P5 3.0.0.0, P6 45398c20, P7 6496,
> P8 be, P9 system.windows.markup.xamlparse, P10 NIL.
You should be able to wire into the Application.ThreadException event
http://msdn2.microsoft.com/en-us/library/system.windows.forms.application.thread
exception.aspx
That would probably give you almost all exceptions with a nice stacktrace.
--
Jesse Houwing
jesse.houwing at sogeti.nl