I created a Windows Service that watches a directory using FileSystemWatcher and when a file is put into the folder it zips it.
All the functionality is in a class I created named FileProcessor.
When I create a Console app that uses FileProcessor the automated zipping works great. However, when I run the class in the Windows Service it never works.