Ahhh, yes, because that network adapter is only there when you are
connected via activesync. Our application talks to our server software
via activesync ok, its a tcp connection on port 2000, and once the
device is activesync'd the device can talk to an instance running on my
local pc that the device is connected to, or on servers on our network.
Although I have been having problems on the device resolving dns to get
my pc's ip address (maybe our network), so I changed to ppp_peer and it
works great. But my server software is listening on IpAddress.Any, and
it seems to pick up the new adapter when it appears, even if it's not
there when it starts listening.
Matt