我在我的項目中遇到了一些關鍵問題。在交易期間(wcf + netTCP) 我得到的例外是。 The communication object,
System.ServiceModel.Channels.ClientFramingDuplexSessionChannel,
cannot be used for communication because it is in the Faulted
我有一個運行WCF Net Tcp綁定服務的Windows服務。所有綁定和端點信息均以編程方式設置。 _host.AddServiceEndpoint(typeof(IService), new NetTcpBinding(), serviceName);
在SharePoint中,我使用一個通道工廠訪問該服務: var channelFactory = new ChannelFactory<