System.IO file event fails on some machines

olechko

New member
Joined
Feb 5, 2003
Messages
3
Location
Vancouver, B.C.
The application Ive developed with VB.NET is watching for files in certain directory. Its been installed and tested on several boxes, and in production as well. Now I am trying to set up couple of new production boxes. The same code as before, fails to to work. That is, everything is working OK, except for picking up the file. I figure that File Created event notification fails, for some reason. Did anyone see anything similar, or any ideas about the cause?
 
Youre not running on Windows 9x are you? I know it doesnt support the FileSystemWatcher class.
 
Back
Top