Unable to connect to remote server

  • Thread starter Thread starter Drew
  • Start date Start date
D

Drew

Hi,

I've written a simple app in C# that makes a lot
of HttpWebRequests.

When I run the app on the actual device (w/ CF sp2 installed)
I have been getting this error almost randomly:

System.Net.WebException: Unable to connect to the remote server

When I run the same app on my desktop with the
full .NET framework, it works perfectly.

The device is connected to the network via ActiveSync.

Does anyone know what might be causing this?

Thanks,

Drew
 
I did some more testing on this.

I switched from ActiveSync to my WIFI card and the
problem seems to have dissapeard.

Is there something that I need to configure with
ActiveSync to make this work more reliably?

Drew
 
The ActiveSync pass through connection is really
giving my HttpWebRequests problems.

I'm still getting these "unable to connect to the remove server"
errors if I make put any type of load on the device by making repeated
HttpWebRequests.

Does no one else have issues with this?

Everyone is happy with the ActiveSync USB pass through?

Drew
 
Back
Top