Runtime Unrecoverable system error

P

Papatchel

Hi,

I'm trying to run an WPF application but a framework crash occurs right
after launching it.

Here are the related logs :

Event Type: Error
Event Source: .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID: 5000
Date: 23/05/2008
Time: 16:06:43
User: N/A
Computer: BLACKBIRD
Description:
EventType clr20r3, P1 MyApp.wpfclient.exe, P2 1.0.0.0, P3 4832d914, P4
windowsbase, P5 3.0.0.0, P6 45398c03, P7 d7, P8 21, P9 fatalerror, P10 NIL.
Data:
0000: 63 00 6c 00 72 00 32 00 c.l.r.2.
0008: 30 00 72 00 33 00 2c 00 0.r.3.,.
etc...

Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 1023
Date: 23/05/2008
Time: 16:06:42
User: N/A
Computer: BLACKBIRD
Description:
..NET Runtime version 2.0.50727.1433 - Unrecoverable system error.

Several services written for the .NET framework 2.0, I have installed the
..NET framework 3.0 without any error and a third-part WPF test application
work properly. I already checked all dependencies for both 2.0 and 3.0
framework.

Does anyone have any clue to solve this issue?
Thanks!
 
S

Sean Liming \(MVP\)

I believe that WPF is only supported in .NET 3.0 and higher.

Do you have both the .NET 2.0 and .NET 3.0 components in the XPe image? If
so only include the .NET 3.0 since it will install .NET 2.0.


Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
 
P

Papatchel

Thanks Sean,

I tried to install only 3.0 and then only 3.5 but without success.

The application works fine on XP Pro. Therefore I made a new image with the
"Full XP Pro Like Solution" component (great !) from your web site and it
works fine.

Now my new problem is: How to identify mandatory component(s) for my
application to work properly?
As I can't find an explicit log about the application crash, I tried to
monitor registry and files access but it's a very long work !
I have to remove up to 400 components to lighten my image...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top