When you have a piece of software that runs an out of process COM server and the COM server crashes, will it show a message (let's say its an unhandled exception) to the user or what will happen?
Also, will the COM client crash too, knowing that this client relies on this COM Server quite a lot?
What's the behaviour in regards COM Server and COM client when an unhandled exception occurs in the server?