Windows Mobile Appliacation works in Professional 6.5 Emulator but not in WM 6.5 Device

Unanswered Windows Mobile Appliacation works in Professional 6.5 Emulator but not in WM 6.5 Device

  • Friday, January 27, 2012 1:09 PM
     
     

    I am developing a mobile application for WM 6.5. I have a Form with 2 comboboxes and I am binding with database.

    This working fine in Emulator 6.5 but not in WM 6.5 Device.

    I also installed CAB files

    sqlce.ppc.wce5.armv4i

    sqlce.repl.ppc.wce5.armv4i

    NETCFv35.Messages.EN

    NETCFv35.wm.armv4i

    in device.

    I am not getting any idea about this if any one known about this issue please suggest me.

    Thanks,

    Balu.

All Replies

  • Sunday, January 29, 2012 5:13 PM
    Moderator
     
     
    You should describe how it is "not working" in great details from line of code it's failing in to exception details (assuming you're getting an exception.
    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Monday, January 30, 2012 5:34 AM
     
     
    I am not able to see Combobox list values in WM 6.5 Device.But i can able to see in 6.5 Emulator.
  • Monday, January 30, 2012 7:03 AM
    Moderator
     
     
    You would need to debug it and see if CB is properly populated.
    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Monday, January 30, 2012 5:51 PM
     
     

    Perhaps there is a problem with the code, but without seeing the actual code, that is only speculation.  I've never seen a difference between a device and the emulator when it comes to interaction with the UI.  Can you offer any more information?

    Dick


    Dick Grier. Author of Visual Basic Programmer's Guide to Serial Communications 4. See www.hardandsoftware.net.
  • Thursday, February 09, 2012 2:23 PM
     
     

    Hi,

    Check whether you .sdf is copied to device and any data is there inside the tables. Open the tables from the device.


    -Malleswar