Error looking up webservice, in the test mode
- From: "Nalaka" <nalaka12@xxxxxxxxxxxxx>
- Date: Thu, 28 Jul 2005 11:41:54 -0700
Hi,
I am testing with Visual studio 2005, web projects.
Situation:
I have one solution with two web projects, created as file system projects.
(I am tesing using the built in server, not IIS)
First project is a webService.
Second consumes the webservices by the first.
Problem/Error:
Often when I run the second, to call the websrvice from the first, following
error happens.
When I just re-run, no problems.
It fails trying to call the webservice of the second.
How do I stop this from happenning?
(seems like some session is expiring, and the subsequent call fails (have to
constantly test, while changing aspx))
---- ERROR ----------------------------
An established connection was aborted by the software in your host machine
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Net.Sockets.SocketException: An established
connection was aborted by the software in your host machine
Thanks
Nalaka
.
- Follow-Ups:
- RE: Error looking up webservice, in the test mode
- From: Steven Cheng[MSFT]
- RE: Error looking up webservice, in the test mode
- Prev by Date: Re: How do I get a form to post to another page when runat="server
- Next by Date: Re: Multiple Subdirectories with different login pages
- Previous by thread: Keep a Popup window open
- Next by thread: RE: Error looking up webservice, in the test mode
- Index(es):
Relevant Pages
|