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

Re: wi-fi is not working when connected via ActiveSync by Simon

Simon
Fri May 19 04:40:07 CDT 2006

Why do you need a Wi-Fi connection AND ActiveSync?

Simon.

"knurgb" <gb@gazeta.pl> wrote in message
news:1148030729.068668.190530@u72g2000cwu.googlegroups.com...
> 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
>



Re: wi-fi is not working when connected via ActiveSync by knurgb

knurgb
Fri May 19 05:58:50 CDT 2006

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


RE: wi-fi is not working when connected via ActiveSync by JohnJNovak

JohnJNovak
Fri May 19 10:55:02 CDT 2006


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

"knurgb" wrote:

> 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
>
>

Re: wi-fi is not working when connected via ActiveSync by ctacke/>

ctacke/>
Sat May 20 08:01:48 CDT 2006

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


"knurgb" <gb@gazeta.pl> wrote in message
news:1148036330.800405.158660@j55g2000cwa.googlegroups.com...
>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
>