In-Proc becomes client to Out-of-Proc
COM
1
Posts
1
Posters
0
Views
1
Watching
-
I have an In-Proc server that needs a service by a client exe. So, I added an interface to the now "Out-of-Proc" client exe for the now 'client' In-Proc. Everything compiles except during run-time, I am getting the following error: "0x80010105: The server threw an exception." when the new interface is accessed. I am not sure if this can be done this way. Anyone have any ideas?