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)

enter image description here

  • verify/note ip address of device

enter image description here

  • modify connection in pc use address connecting

enter image description here

  • run conmanclient2.exe (on device)
  • run cmaccept.exe (on device)
  • verify target device set device conmfigured

enter image description here

  • test connection studio

enter image description here

  • debug

Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -