【发布时间】:2009-05-13 04:53:41
【问题描述】:
我的一台测试服务器上有一个 wcf 网络服务。一切正常,直到我从框架 3.5 升级到 3.5 sp1。 wcf web 服务停止工作并返回错误:
"调用服务失败。 服务可能离线或 无法访问。请参阅堆栈跟踪 了解详情。”
"远程服务器返回一个 意外响应:(502)代理错误 ( 指定的网络名称为 no 更长的可用时间。 )。
服务器堆栈跟踪:在 System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest 请求,HttpWebResponse 响应, HttpChannelFactory 工厂, WebException responseException) 在 System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(时间跨度 超时)在 System.ServiceModel.Channels.RequestChannel.Request(消息 消息,TimeSpan 超时)在 System.ServiceModel.Dispatcher.RequestChannelBinder.Request(消息 消息,TimeSpan 超时)在 System.ServiceModel.Channels.ServiceChannel.Call(字符串 动作,单向布尔值, ProxyOperationRuntime 操作, Object[] 输入,Object[] 输出,TimeSpan 超时)在 System.ServiceModel.Channels.ServiceChannel.Call(字符串 动作,单向布尔值, ProxyOperationRuntime 操作, Object[] 输入,Object[] 输出)在 System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage 方法调用、代理操作运行时 操作)在 System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage 消息)”
有人知道这里发生了什么吗?
【问题讨论】: