socket error

veenanisha

New member
Joined
May 24, 2011
Messages
1
Programming Experience
1-3
I am getting the error message like below::confused:
Any help would be appreciated
System.Net.HttpWebRequest.MakeMemoryStream(Stream stream)
InnerException: System.Net.Sockets.SocketException
ErrorCode=10054
Message="An existing connection was forcibly closed by the
remote host"
NativeErrorCode=10054
Source="System"
StackTrace:
at System.Net.Sockets.Socket.Receive(Byte[] buffer,
Int32 offset, Int32 size, SocketFlags socketFlags) at
System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset,
Int32 size)
InnerException:
 
Back
Top Bottom