filesystemwatcher and network drives

greekman123

New member
Joined
Apr 4, 2011
Messages
2
Programming Experience
Beginner
Hi,

I've set up service to monitor changes to a directory using filesystemwatcher. It works great...as long as I'm using local drives. If I try to monitor a network drive, the service installs, but when i try to start it, i get:

error 1053: The service did not respond to a start or control request in a timely fashion.

Any ideas would be appreciated.
 
error 1053: The service did not respond to a start or control request in a timely fashion.

Maybe the Network hasn't been granted access or opened Network Drive in time, which is making your Service time out.
 
Back
Top