I am trying to run a file watcher over some server path using windows service. I am using my windows login credential to run the service, and am able to access this \"someSe
You can't use directory watches over network shares, this is a limitation of the OS, not of .NET.