Can you change Windows Mobile Device Centre to use a different network from 192.168.55.0/24 for debugging the compact framework?

StackOverflow https://stackoverflow.com/questions/10145391

I have a piece of software I have written that talks to a web service over it's Wifi connection on a Casio WinCE handheld.

Unfortunately the Wifi network and the network created by WMDC (or ActiveSync) to host the debugger connection clash, they are both 192.168.55.0/24. So I can't have them both connected at the same time.

Does anybody know if you can reconfigure WMDC to use a different address range? I've hunted through the registry but can't see anything obvious, and Google is not turning up anything useful.

Thanks,

James.

有帮助吗?

解决方案

Is the development PC on teh same network as the WiFi connection? If so, I'd abandon ActiveSync/WMDC altogetehr and just use ethernet debugging over the same connection that it's using for the web service calls.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top