The problem I am facing is about debugging User side application on a
WiFi enabled pocketPC device.
I am using VS 2005, ActiveSync 4.5 and device is loaded with WM 6.0
(CE OS 5.2.1620)
The device is connected the PC via USB cable
The symptom is that having a debug session On makes Application very
very slow. 3-10x slower than when the same binary is run on the same
device without debug. I strongly suspect it is because debug session
tries to use WiFi connection that the device has.
Earlier with AS4.0 & WM5. There was no official way to have USB and
WiFi on at the same time. Therefore people would kill WZC on device
and then they could have debug session together with WiFi and it
worked perfectly.
My question is what can I do to force debug session to stick with USB
as it used to be with earlier MS software?