Hello,
I used WCF-custom adapter -> SQLBinding.
I want to take information from a table and to update this take at the end of the polling statement.
I generated the schema using a “typedPolling” inbound operation type.
When I enable the receive location on the Biztlak Administration Console, the error appears in the Event Viewer:
The adapter “WCF-Custom” raised an error message. Details “System.ObjectDisposedException: Cannot access a disposed object.
Object name: ‘TransactionScope’.
at System.Transactions.TransactionScope.Complete()
at System.ServiceModel.Dispatcher.TransactionRpcFacet.ThreadLeave()
at System.ServiceModel.Dispatcher.TransactionBehavior.ClearCallContext(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage7(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)”.
I don’t have any idea of the way to solve that , and I didn’t ind any post on the internet that could help me.
Can someone help me please??
VSO