olechko Posted February 5, 2003 Posted February 5, 2003 The application I've developed with VB.NET is watching for files in certain directory. It's 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? Quote
*Gurus* divil Posted February 5, 2003 *Gurus* Posted February 5, 2003 You're not running on Windows 9x are you? I know it doesn't support the FileSystemWatcher class. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
olechko Posted February 5, 2003 Author Posted February 5, 2003 No, WIn2K. Thanks, I've actually figured it out - configuration problem, nothing to do with .NET classes. Thanks. Quote
harshilns Posted January 22, 2009 Posted January 22, 2009 I am facing the same issue. Can you let me know what config changes did you do? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.