I'm a fresh novice on C# dev, and I need your knowledge for this case. Let me explain, I have to make running :
- A windows service who watching a directory to do some job on files putted inside it
- A windows application, that expose configuration for this service, and a system tray icon to control this service
So i have these two projects done in the same solution, and I need now to make them work together. What is the way ? I tried to add reference to the service in application, but it seems to not be the way and it's not working.