Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/288.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 断断续续;“没有端点侦听”;错误_C#_Wpf_Wcf_Networking_Enterprise - Fatal编程技术网

C# 断断续续;“没有端点侦听”;错误

C# 断断续续;“没有端点侦听”;错误,c#,wpf,wcf,networking,enterprise,C#,Wpf,Wcf,Networking,Enterprise,我们的企业系统出现了一个相当罕见的问题,引发了这个问题: 错误消息:dataserviceurl.svc上没有可接受该消息的侦听终结点。这通常是由不正确的地址或SOAP操作引起的。有关更多详细信息,请参阅InnerException(如果存在) 堆栈跟踪:服务器堆栈跟踪:System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()处System.ServiceModel.Channels.HttpOu

我们的企业系统出现了一个相当罕见的问题,引发了这个问题:

错误消息:dataserviceurl.svc上没有可接受该消息的侦听终结点。这通常是由不正确的地址或SOAP操作引起的。有关更多详细信息,请参阅InnerException(如果存在)

堆栈跟踪:服务器堆栈跟踪:System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()处System.ServiceModel.Channels.HttpOutput.Send(TimeSpan超时)处System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.SendRequest(消息,TimeSpan超时)在System.ServiceModel.Channel.RequestChannel.Request(消息,TimeSpan超时)在System.ServiceModel.Dispatcher.RequestChannelBinder.Request(消息,TimeSpan超时)在System.ServiceModel.Channel.ServiceChannel.Call(字符串操作,布尔单向,ProxyOperationRuntime操作,对象[]ins,对象[]在System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall,ProxyOperationRuntime operation)的System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)异常在[0]重试:在System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessageProject.DataServices.IGetData.GetAllUserTask(String productTypeID、String userID、String taskType、String fullName)中的System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&msgData,Int32类型)位于System.Windows.Threading.ExceptionWrapper.InternalRealCall(委托回调,对象参数,Int32 numArgs)的Project.PresentationLayer.Pages.TaskMessenger.b__1(),位于MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(对象源,委托方法,对象参数,Int32 numArgs,委托catchHandler)

业务中的一些人遇到过此问题。一个人比其他人多。他们在不同的位置。我们进行了服务器更新、计算机硬件更改和各种其他“网络”更改,但问题尚未得到解决

还需要注意的是,每当特定用户锁定计算机并稍后返回计算机时,错误最常出现

我能从这个问题中得到的大部分数据都是在处理这个问题时得到的,当它将系统置于锁定状态时,一切都不起作用,但正如我所说,这种情况很少发生

谢谢你抽出时间

编辑1: 作为补充说明,我们无法在IT或开发团队中重新创建问题,因此我们无法确定内部异常。此外,我应该注意,我们根据请求打开连接,而不是保持连接打开

编辑2:
我们也在.Net 4.0上运行。只是更多的上下文

客户端和连接是“始终打开”的还是为每个请求建立的?它是为每个请求建立的?您使用过这个吗?