Tagged Questions
0
votes
1answer
396 views
C# 2005 COM and .NET Access Denied 0x80070005 E_ACCESSDENIED
I am rewriting a C++ app in C# 2005. The App has 2 components: one out-of-process COM server which can be started by a C++ service. The COM server uses outgoing interface, meaning it invokes event ...