I am struggling with COM functions returning RPC_E_DISCONNECTED intermittently when performing cross apartment function calls from a client to a COM server. Most of the time, the problematic calls returns S_OK as expected, but once in a while, we get the RPC_E_DISCONNECTED error. This happens in a native C++ application with two single threaded apartments ..
Recent Comments