I can't seem to find a way to communicate between my IE C# BHO and a C# console app running as SYSTEM.
So far I have tried using Remoting and EventWaitHandle, but both give me "access denied" errors when I have UAC turned on the default setting in Win 7.
I have been able to have a console app that communicates with the service using both Remoting and EventWaitHandle.
I need a way to share data between the two processes with UAC on, what are my options?