ActiveSync4.0 error?

Hi all,

I am using visual studio 2005, and ActiveSync 4.0.
From the vs 2005 beta 2. Tool-> connect to device. It's good.
But like i use in Tool-> Options -> Device Tools -> Devices.

I choose Pocket pc 2003 device -> properties -> configure...
I choose Obtain an IP address automatically using ActiveSync.
I am using O2 XPA II ( Qtek 9090 in france ).

After that, i make a programme, F5 for debug mode.The program
appears in the mobile device. It's good. But i use to check the
Ip address of O2 XPA II is 192.168.55.101 with DNS: 127.0.0.1

It isn't normal, cos when i using the emulator pocket pc 2003 with the
option Obtain an IP address automatically using ActiveSync.It's cool,cos
i give an IP address, and use the same DNS with my network.

Did you meet this problem?

Thank you for your reply

Julien

[871 byte] By [JulienT] at [2008-1-23]
# 1
Activesync deals with the ip of the device when this device is connected through activesync. All of the traffic will be routed through activesync and activesync makes sure that the device gets the same accesses as your desktop.
The emulator is somewhat different as it is not using activesync in this case. The emulator has a network adapter which connects to your network. That is why you are seeing a real ip on the emulator and a fake one on your device.
CarlBrochu at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices Native C++ Development...
# 2
Hi,

But when i use Activesync 4.0 with visual studio 2005, actually i can use
internet explorer from Pocket pc to connect internet?

Before, i can use Activesync 3.8 to make pocketpc connect to internet.
What is problem here?

Like to hear your opinion.

JT

JulienT at 2007-8-21 > top of Msdn Tech,Smart Device Development,Smart Devices Native C++ Development...