URL Behavioron CF.NET App

  • Thread starter Thread starter Nic
  • Start date Start date
N

Nic

Hi,

I am writting a compact frameworks device application using web services
under Pocket PC. In VS.NET 2003 if I create a standard C# app and add a web
reference I can set the URL Behavior property to Dynamic from the IDE.
However if i start a device based project I cannot set this property from
the IDE. Does anyone know how I can set this so the proxy generated sets the
URL from the configuration file and isn't hard coded.

Cheers,
Nic
 
Hi~ There're two things you have to check.
1. Check yourEmulator(Device) is really connected to lan. The easiest way is
to lunch IE to see if it can browse.
2. Check you web referenced is not from "localhost" or "127.0.0.1". Because
when running app, "localhost" or "127.0.0.1" means PDA itself.
 
Back
Top