PaulZ Posted October 1, 2004 Posted October 1, 2004 (edited) I implemented a FileSystemWatcher in my program to watch for incoming files in a directory. It works when I set the watchdir to a local dir (C:\ERRORS\) but when I set the watchdir to I:\ERRORS\ (network) it doesn't fire when a new file is put in that directory. I suppose it has to do something with the watcherpermissions but I do not know how to set it right for the network. Anyone an idea? Thanks, Paul btw: Everyone has full permissions on that directory Edited October 1, 2004 by PaulZ Quote
Fritz Posted October 2, 2004 Posted October 2, 2004 1) The computer also has the permission? You have to set the Framework, Intranet to fulltrust. 2) Check the path. Maybe for network the path would have to be: I:\\ERRORS\ Quote
PaulZ Posted October 2, 2004 Author Posted October 2, 2004 Thanks! The only thing I can think of is the Framework fulltrust. All the other options are correct. I will see to it monday at work. I will let you know wether this fixes my problem. Quote
Administrators PlausiblyDamp Posted October 2, 2004 Administrators Posted October 2, 2004 What OS are you running? Is it the same on both your local machine and the remote one? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
PaulZ Posted October 26, 2004 Author Posted October 26, 2004 (edited) Local: XP Pro Server: Novell BTW: Fulltrust doesn't work either.... :confused: Edited October 26, 2004 by PaulZ 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.