wi-fi is not working when connected via ActiveSync

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
 
K

knurgb

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
 
G

Guest

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).
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top