Click to See Complete Forum and Search --> : Throwing events from a remote host to a client machine


torrud
February 3rd, 2005, 09:42 AM
Hi,

I have to write a Windows service and a client application. Both should communicating through remoting objects. How can I pass an exception or event from the service to the client? Because, if I throw an exception inside the service it will be logged in the event log of the remote machine and not passed back to the client machine.

Any hints or tutorials?