wcf - Cannot access a disposed object -
I am writing a tool to integrate with a web service, I have a method that is just an ImportExportSoapClient object Call API methods for the web service that creates, but when I call in one of the ways, I can not reach a dealt object system. ServiceModel.Channels.ServiceChannel? Can anyone have the same experience or can lend a hand?
communication object
(like ChannelFactory
). When the object is in a off
or closing
position, you get an ObjectDisSpace exception
.
MSDN Reference:
Comments
Post a Comment