Question

Firstly,my environment is VS2005, and I want to debug app in the wince6.0 device. I use Mfc. I can deploy fine (I have linked vs2005 with the device successfully) and run the forms application through network.

Problem: Debugging wont start. It locks up VS2005. It seems to deploy the app fine, then hangs. Eventually it has no response, and vs 2005 is dead. A little help for me is very important. Thank you!

Was it helpful?

Solution

If a thread gets in a tight loop and starves the RNDIS session, you will lose your activesync connection. VS2005 may very well lock up in this case.

Things you could try:

  • Does your app run okay when it's not on the debugger?
  • Can you debug application on the emulator?
  • Can you debug a trivial app on your device? (just a main function and a printf, for example)
  • Re-install VS2005 and your SDK
  • Upgrade to VS2008
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top