c# - How to connect and test a Windows CE project on a real device? -
c# - How to connect and test a Windows CE project on a real device? -
note : i'm using vs2008 , i'm working on windows 7.
i'm developping windows ce application run on motorola mc3000 device wince 5.0 os .
i tried utilize activesync in order create test selected device possible doesn't work on win7, tried find tool , found windows mobile device center based on this discussion .
so can browse device unfortunately can not test : device have "santech" application installed , can not kill app. (even when reboot machine, autorun lunch app. automatically). when seek deploy application on device homecoming error reports ; "no disc space" "the .exe can not found".
i'm stucked.
can 1 help me this, gratefull.
sounds debugger attaching fine, it's unable either re-create app , dependencies, or there's not plenty memory execute it.
if can browse device, can stop "santech" app running. have determine launching it. might shortcut in \windows\startup
folder. might through registry entry @ \[hklm\init\]
. iirc, symbol devices back upwards *.run
file in \application\startup
folder, check well.
one of launching app, can eliminate if desire.
next, check available memory on device looking in command panel under system->memory
, adjusting slider provide more storage space. if there's not plenty storage memory store app, might seek changing deployment directory (under project properties->device) force app binaries non-volatile storage of sort (on-board flash, sd card, etc), if device has it.
if don't have plenty programme memory run app, might out of luck. seek killing processes free space , playing memory allocation slider.
c# visual-studio windows-ce motorola activesync
Comments
Post a Comment