URL Behavioron CF.NET App

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
 
M

Microsoft MVP ®}¸t­õ\(John, SHU\) for .NET CF

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.
 

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