wcf OperationContextScope dispose
问题 I have a c# app that calls a wcf serivce using OperationContextScope scope = new OperationContextScope(i.InnerChannel); I need to leave the connections open so I cannot dispose the OperationContextScope with the Using statement. However when looking at the memory profiler I am seeing hundreds of OperationContextScope's. I need to dispose the scope but when I call .Dispose() I get an error saying its out of order. I have no idea why I cannot dispose the scope. Does anyone know how to correctly