application in windows mobile 5 and 6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • libish
    New Member
    • Oct 2008
    • 42

    application in windows mobile 5 and 6

    hi all..
    i'm new in windows mobile application development...

    my question is .. will an application developed for windows mobile 5 work in windows mobile 6

    i'm not developing an high end application...
    what my application will be doing is that , it requests server and accepts response etc... its a c#.net application
    can any one clear my doubts.
  • markmcgookin
    Recognized Expert Contributor
    • Dec 2006
    • 648

    #2
    Originally posted by libish
    hi all..
    i'm new in windows mobile application development...

    my question is .. will an application developed for windows mobile 5 work in windows mobile 6

    i'm not developing an high end application...
    what my application will be doing is that , it requests server and accepts response etc... its a c#.net application
    can any one clear my doubts.
    Hi,

    Yeah 90% of apps for WM5 run on WM6... if you have the code you can simply change the target device platform and re-compile your code and test it. But you shouldnt need to do that, I run a few of my WM5 projects on my WM6 phone.

    Mark

    Comment

    • libish
      New Member
      • Oct 2008
      • 42

      #3
      thank you for your reply

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        Just be sure to thoroughly test your app. 6 is different then 5 after all. We had a bug in our software from 5 to 6, because of the way 6 mounted usb devices was different then the way 5 did.

        Comment

        • markmcgookin
          Recognized Expert Contributor
          • Dec 2006
          • 648

          #5
          Originally posted by Plater
          Just be sure to thoroughly test your app. 6 is different then 5 after all. We had a bug in our software from 5 to 6, because of the way 6 mounted usb devices was different then the way 5 did.
          Yeah, test it to bits, but there is every chance it will run fine. Generally device specific SDKs and .Net problems are where you will run into issues here

          Comment

          Working...