wi-fi is not working when connected via ActiveSync

  • Thread starter Thread starter knurgb
  • Start date Start date
K

knurgb

Hi.


I am writing mobile application that is using wi-fi connection.
When I craddle it to the computer and connect via ActiveSync
the wi-fi connection is lost.
Therefore I cannot debug my application.


Please help,
Grzegorz
 
I need wi-fi because there is stream published by wi-fi antenne

I need ActiveSync because I want to debug my solution.

Kind regards,
Grzegorz
 
You're not alone with this problem. I've reported a similar one before but
nobody has offered a solution. I have an application that uses WiFi on a PPC
and communicates with another computer over that connection. The VS2005
debugger connects to the PPC using ActiveSync and downloads my application.
When I reach a breakpoint in my code the debugger invariably loses its
connection. I've also observed the WiFi connection dropping. I've resorted
to doing most of my testing without the WiFi connection (I yanked out the
WiFi dongle).
 
The device doesn't support multiple concurrent TCP connecttions. ActiveSync
uses TCP, even through USB, so basically it has 2 virtual network cards.
The once running ActiveSync gets precedence.

-Chris
 
Back
Top