Web Service Problem

  • Thread starter Thread starter steve
  • Start date Start date
S

steve

I have a Compact Framework project on a pocket pc device. In Visual Studio
2003 we sent a dataset over to a web service and it worked fine. In VS2005
we have been getting

"Unable to read data from the transport connection"

the InnerException is "An existing connection was forcibly closed by the
remote host"

We change the dataset to class object instead but this did not work. It
appears that it errors out at 24 seconds each time. We have set the size of
the web service and the timeout setting double the default but this does not
work. I'm kind of at a loss and don't know where to turn.

The web service was in 2003 and we changed it to 2005 with no effect.

Has anybody else run into this problem? Any suggestions would be
appreciated.
 
Back
Top