我需要使用C#中的FileSystemWatcher跟踪网络驱动器(Z :)中的更改。
当我尝试在Wndows表单应用程序中设置FileSystemWatcher的Path属性时,一切正常。
但是当我尝试在我的Windows服务应用程序中执行相同的操作时,我在日记中收到错误消息
"Unable to start the service. System.ArgumentException: The folder Z:\ is not allowed in System.IO.FileSystemWatcher.set_Path(String value)".
我该如何解决这个问题?