locked
Need help: Port WInCE5.0 .NET compact framework 2.0 project to .NET micro framework RRS feed

  • Question

  • Hi,  can somebody help me please?

    It need to port existing application (was written on C# .NET compact framework 2.0 for Windows CE 5.0) to the HW with .NET micro framework 4.0.

    How do you think, how complex this task?

    Where i can found differences between micro and compact framework?

    Thank you for answers

    Thursday, April 7, 2011 2:48 PM

Answers

  • I have not used the Micro framework for several years, so I'm not sure how much work it might be.  However, these were not intended to be parallel, just somewhat similar.  You will not be able to do anything other than cut-and-paste actual code -- and then modify it to meet the more restrictive environment of the micro framework.  UI cannot be ported, so you will have to recreate all UI elements.

    I'd speculate that you really need to use your Compact Framework code as a guideline, and treat the actual Microframework project as a new design.

    Dick


    Dick Grier. Author of Visual Basic Programmer's Guide to Serial Communications 4. See www.hardandsoftware.net.
    Thursday, April 7, 2011 4:02 PM