Question

Is there a way to debug my application (running on Windows Mobile 6.5, deployed on Visual Studio 2005) without ActiveSync?

I want to go through some connection problems and with the ActiveSync-connection always enabled, I can't really test the WLAN and/or GPRS-module with my application.

I tried disabling the USB-connection in ActiveSync, but then Visual Studio cannot connect to my device and I am not able to debug my project. (It does disable the connection on my device though).

Am i missing some settings I can change on my device and/or ActiveSync?

Was it helpful?

Solution

It seems that it is not possible to do this when you are trying to debug over WWAN/GPRS.

But it works if you connect your device to your office network/the network you are also developing with, see Debugging Visual Studio applications with no ActiveSync support.

Note: this may not work with all devices running WM6.5, in my case this was a Psion EP10 and it worked.

OTHER TIPS

This one

http://www.turboirc.com/ppc/s5.htm

works fine for me with VS 2008 and WM 6.5

Take a look at http://blogs.msdn.com/b/vsdteam/archive/2005/04/28/413304.aspx as well.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top