c# - .Net Compact Framework development on Windows Embedded CE 6.0 -
i busy developing .net compact framework 3.5 application windows ce 6.0 , struggling figure out how development environment , running debug code.
creating visual studio project , writing code not problem. press f5 , run puppy in actual win ce 6.0 emulator (or similar?!) getting stuck , have googled subject death , not finding tutorials/documents/help on how 'n visual studio project debugging project (or running simple hello world) in win ce 6.0.
so question this. can please point me in direction of tutorial (or provide 1 selves) win ce 6.0 dev environment , running.
perhaps missing , not possible connect , debugging win ce? if case, how recommend debugging compact framework code in general?
the closest have gotten ce tutorial this: http://tech-stuff-home.blogspot.com/2011/03/building-workspace-for-device-emulator.html , have done steps in tutorial win ce build running, problem not connect compact framework development device created above. edit: though ce running in device emulator (using tutorial above), cannot deploy option in device emulator manager when deploying cf project.
you should make connection using corecon. th3e steps involved
- copy of corecon bits dev pc device (emulator device)
- verify/note ip address of device
- modify connection in pc use address connecting
- run conmanclient2.exe (on device)
- run cmaccept.exe (on device)
- verify target device set device conmfigured
- test connection studio
- debug
Comments
Post a Comment