Hi,
While running a dot net program I got the error message displayed below.
I searched the web and did find elaborate discussions and
solutions such those shown here: http://p2p.wrox.com/topic.asp?TOPIC_ID=4858 .
My problem is that I am not using Webservice, so I don't have a
reference.cs file. Can you suggest any other solution? Which function should I
overload ? Where?
Please note that my problem is *not* related to mixing up TcpChannel
and HttpChannels. We only use HttpChannels.
TIA
====Error Message ====
System.Net.WebException: The underlying connection was closed: An
unexpected error occurred on a receive.
Server stack trace:
at System.Runtime.Remoting.Channels.Http.HttpClientTransportSink.ProcessResponseException(WebException
webException, HttpWebResponse& response)
at System.Runtime.Remoting.Channels.Http.HttpClientTransportSink.ProcessMessage(IMessage
msg, ITransportHeaders requestHeaders, Stream requestStream,
ITransportHeaders& responseHeaders, Stream& responseStream)
at System.Runtime.Remoting.Channels.SoapClientFormatterSink.SyncProcessMessage(IMessage
msg)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgData, Int32 type)
========================= |