Hi All,
I have a WCF service hosted in windows and a thick client communicating with it.
I have been experiencing timeouts on certain calls as well as the following Warning in the event viewer:
Error invoking subscriber. Method = <Method Name>
Error details = System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ServiceModel.CommunicationObjectAbortedException: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it has been Aborted
On activating tracing in the service, I found couple of more warnings and error messages:
1)Warning :: SocketConnection aborted
2)Warning :: Faulted System.ServiceModel.Channels.ServerReliableDuplexSessionChannel
3) Warning :: Faulted System.ServiceModel.Channels.ServiceChannel
4) Error :: Throwing an exception
I have tried changing the timeouts as well as the buffer size but I still get the same issue.
I have also researched around and have not found anything that solves this problem.
It would be great if you have any suggestions that I can try.
I am willing to post some code if you think this would help.
Thanks
R
I have a WCF service hosted in windows and a thick client communicating with it.
I have been experiencing timeouts on certain calls as well as the following Warning in the event viewer:
Error invoking subscriber. Method = <Method Name>
Error details = System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ServiceModel.CommunicationObjectAbortedException: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it has been Aborted
On activating tracing in the service, I found couple of more warnings and error messages:
1)Warning :: SocketConnection aborted
2)Warning :: Faulted System.ServiceModel.Channels.ServerReliableDuplexSessionChannel
3) Warning :: Faulted System.ServiceModel.Channels.ServiceChannel
4) Error :: Throwing an exception
I have tried changing the timeouts as well as the buffer size but I still get the same issue.
I have also researched around and have not found anything that solves this problem.
It would be great if you have any suggestions that I can try.
I am willing to post some code if you think this would help.
Thanks
R