Web Service Problem

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.
 

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