问题描述
System.IO.PipeException,System.ServiceModel,Version=4.0.0.0,Culture=neutral,PublicKeyToken=b77a5c561934e089</ExceptionType><Message>读取管道时出错:管道已结束。(109,0x6d)。这是追踪的错误信息:
解决方案
解决方案二:
<system.serviceModel><behaviors><serviceBehaviors><behaviorname="Workflow.CommonServices.MsgApplication.MsgApplicationBehavior"><serviceMetadatahttpGetEnabled="true"/><serviceDebugincludeExceptionDetailInFaults="true"/></behavior></serviceBehaviors></behaviors><bindings><basicHttpBinding><bindingname="basicHttpBindingConfiguration"maxBufferSize="655350000"maxReceivedMessageSize="655350000"transferMode="Buffered"><readerQuotasmaxDepth="2147483647"maxStringContentLength="2147483647"maxArrayLength="2147483647"maxBytesPerRead="2147483647"maxNameTableCharCount="2147483647"/><security></security></binding></basicHttpBinding></bindings><services><servicebehaviorConfiguration="Workflow.CommonServices.MsgApplication.MsgApplicationBehavior"name="Workflow.CommonServices.MsgApplication.MsgApplicationService"><endpointaddress="http://WF-COMNLB:17390/CommonServicesApplication/MsgApplication/"binding="basicHttpBinding"bindingConfiguration="basicHttpBindingConfiguration"contract="Workflow.CommonServices.MsgApplication.IMsgApplicationService"/><host><baseAddresses><addbaseAddress="http://WF-COMNLB:17390/CommonServicesApplication/MsgApplication/"/></baseAddresses></host></service></services></system.serviceModel>这是配置信息
解决方案三:
传递的是对象??
解决方案四:
看看这两个有没有帮助:WCFNamedPipeCommunicationException-“Thepipehasbeenended.(109,0x6d).”WCFNamedPipeError:Thepipehasbeenended.(109,0x6d)Therewasanerrorreadingfromthepipe:Thepipehasbeenended.(109,0x6d).