0

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.

RoboJ1M
  • 1,590
  • 2
  • 27
  • 34

1 Answers1

1

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.

ctacke
  • 66,480
  • 18
  • 94
  • 155
  • That was indeed what I used in the end, but I'm not allowed to answer my own questions within 8 hours or something. However I used [this page here](http://community.opennetcf.com/articles/cf/archive/2007/08/31/debugging-without-activesync.aspx) by some bloke called Chris... ;) – RoboJ1M Apr 18 '12 at 09:34