.NET 2.0 runtime error on XPe

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

First of all - I'm pretty new to XPe.

I'm trying to build an XPe image which is supposed to run an .NET 2.0
application, which creates a number of threads and communicates using the
serial-port.

I have added the .NET Framework 2.0 component to my image and builded -
Build no warnings and no errors.

But when I start my .NET 2.0 application I the following error:
EventType clr20r3, P1 --MyApplication.exe--, P2 1.0.0.0, P3 45fe644d, P4
mscorlib, P5 2.0.0.0, P6 4333ab80, P7 1239, P8 0, P9
system.threading.threadstate, P10 NIL.

The version of NET. on the dev. machine and the test-device are identical
2.0.50727.

I run Windows Embedded with SP2 Feature Pack 2007 installed.

Thanks in advance

Lars
 
Lars,

Sounds like a bug in the .Net 2.0 component in FP2007.

It could possible be a missing dependency. You may want to try to build a really fat image that includes almost all software
component and assembles of the framework and test your app there. For that purpose, you can try and use XPProEmualtion image from
www.xpefiles.com (only use FP2007 latest version).

If it still didn't work there, I would report the bug to Microsoft.
 
Back
Top