I built a basic Windows Service with C# which uses a FileSystemWatcher
component to simply monitor a directory for XML files being created but it
doesn't seem to work.
The service installed properly and is started. The other problem is that the
service is set to Automatic and uses the System account but it doesn't start
when I restart the PC.
I built a Winforms app to see if there was a problem with the way I
configured the component and it works fine.
Thanks,
Frank Mamone
Frank Mamone - 29 Sep 2004 15:16 GMT
Never mind .. solved.
> I built a basic Windows Service with C# which uses a FileSystemWatcher
> component to simply monitor a directory for XML files being created but it
[quoted text clipped - 10 lines]
>
> Frank Mamone