mscorlib 376201 exception

  • Thread starter Thread starter Subeesh Narayanan
  • Start date Start date
S

Subeesh Narayanan

Guest
I was trying to access an externally hosted web service from my web app. Its giving the following error


Source: mscorlib

Message: 376201

StackTrace: Server stack trace: at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) 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) at Q.Fd.CompanyProfileSoap.GetCompanyDetails(GetCompanyDetailsRequest request) at Q.Fd.CompanyProfileSoapClient.Q.Fd.CompanyProfileSoap.GetCompanyDetails(GetCompanyDetailsRequest request) in C:\Q\Connected Services\Fd\Reference.cs:line 10471 at Q._Default.test() in C:\Q\Default.aspx.cs:line 25


How can I fix this?

Continue reading...
 
Back
Top