VB.NEt and FileSystemWatcher ??

  • Thread starter Thread starter HANG LAM
  • Start date Start date
H

HANG LAM

Hi,
I created a Windows Service using VB.NET under LocalSystem account.
In this service, I'm using the FileSystemWatcher component to keep track of
files in a mapped directory.
I'm mapping this directory from another computer (Server-A),
but I keep getting an error saying that the FileSystemWatcher can't
recognize or can't open this directory .

Anyone has any ideas what's going on ?

Thanks,
Hang
 
I have no problem mapping the drive, but I do have a problem accessing the
mapped drive thru the FileSystemWatcher ,

Any ideas ?

Thanks,
Hang
 
Back
Top