How to communicate with a windows service from an application that interacts with the desktop?
问题 With .Net what is the best way to interact with a service (i.e. how do most tray-apps communicate with their servers). It would be preferred if this method would be cross-platform as well (working in Mono, so I guess remoting is out?) Edit: Forgot to mention, we still have to support Windows 2000 machines in the field, so WCF and anything above .Net 2.0 won't fly. 回答1: Be aware that if you are planning to eventually deploy on Windows Vista or Windows Server 2008, many ways that this can be