Can Window CE based application run for Windows XP?

Hi,
I want to do something that is supported in .NET for window CE. Can I use the same in Windows XP doing some extra work Plz help me regarding this. Thanks.


Answer this question

Can Window CE based application run for Windows XP?

  • Geert Verhoeven

    Depends on what you are trying to do.  Most of the UI controls are slightly different on CE vs. Windows and therefore may not compile correctly.  The IL itself should run but you'll probably need to recompile for the architecture first.  The core framework (String, DateTime, etc.) should run just fine.  I'd try compiling the code.  If it doesn't like it then it won't compile.  I wouldn't expect the IL binary to run however.

    Michael Taylor - 12/8/05

  • Can Window CE based application run for Windows XP?