Exception thrown after disposing RFA resource

s.tang
s.tang Explorer

I get the exception thrown (see attached file) when debugging my application in visual studio. It happens when I exit the application. What does it mean?

On dispose, I have invoked deactivate and destroy on eventqueuegroup, destroy ommconsumer, release session and Context.Uninitialized. Each call to cleanup resources doesn't trigger the exception, only during exit the debugger host process.

publisherreuterselektronvshost-000061a4-00007a40-2.txt

Tagged:

Best Answer

  • s.tang
    s.tang Explorer
    Answer ✓

    Make sure each Context.Initialize is match to Context.Uninitialize while tearing down app

Answers