G
Guest
Hi all!
I'm trying to use a named EventWaitHandle to signal events between processes
that run on the same computer. One of them is a service running as SYSTEM and
the other one is a normal user. Creating the handle seems to be no problem,
but when the other process is calling EventWaitHandle.OpenExisting with the
same name, an UnauthorizedAccessException is thrown with the message "Access
to the path is denied.".
Any idea on how to make it work? I'm completely clueless on this one...
- Kristoffer -
I'm trying to use a named EventWaitHandle to signal events between processes
that run on the same computer. One of them is a service running as SYSTEM and
the other one is a normal user. Creating the handle seems to be no problem,
but when the other process is calling EventWaitHandle.OpenExisting with the
same name, an UnauthorizedAccessException is thrown with the message "Access
to the path is denied.".
Any idea on how to make it work? I'm completely clueless on this one...
- Kristoffer -