When using DCOM and client server on two separate machine, I can start the server in the debugger and set some break points. Then when I start the client, when client makes a request to the server, the server process stops at the break points and I can debug the server. The same procedure does not work when I use COM (CoCreareInstance rather than CoCreateInstanceEx, when both client and server are on the same machine. The debugger does not stop at the break points. Anybody knows why?
Thx
Thx