Hi everybody, I am using the FileSystemWatcher in a windows service to detect when a new file is created in a catalog. It all works fine when the catalog is on my local computer but when I change the catalog to a network drive(\\server\catalog) i get the error message "Catalog \\server\catalog is unvalid" when I start the service. I have added the path to "Reference paths". Anyone who knows anything about this problem? Many thanks in advance!
janO56