I've got a test app for a Pocket PC app which calls methods in a web
service.

I can debug run the app and it successfully runs and accesses the web
service using the PPC2003 Emulator.

I try the exact same code to the PPC2002 Emulator and the code just hangs
and eventually after about 10 minutes or so times out.

What's going on here? Do i need to target (if so how?) a particular OS such
as PPC2002?

The project was created using VS2003.

Thanks
Harry

Re: PPC2002 Emulator and Web services by David

David
Fri Jun 18 11:54:54 CDT 2004

Visual Studio creates intermediate code that runs on any Pocket PC: 2000,
2002 or 2003. So it shouldn't be a problem unless you are P/Invok'ing some
native code.

Suggestion: Confirm that the Pocket PC 2002 Emulator is configured to access
your server, using Pocket IE or vxUtil.

David
------
This posting is provided "AS IS" with no warranties, and confers no rights.
"Harry Simpson" <hssimpson@nospamphgt.net> wrote in message
news:#7HUGb6UEHA.808@tk2msftngp13.phx.gbl...
> I've got a test app for a Pocket PC app which calls methods in a web
> service.
>
> I can debug run the app and it successfully runs and accesses the web
> service using the PPC2003 Emulator.
>
> I try the exact same code to the PPC2002 Emulator and the code just hangs
> and eventually after about 10 minutes or so times out.
>
> What's going on here? Do i need to target (if so how?) a particular OS
such
> as PPC2002?
>
> The project was created using VS2003.