I have a windows service that I built in C#. The purpose of the Windows Service is to synchronize two folders (Folder-A & Folder-B) between different servers using File System Watcher. Everything worked fine up until I moved Folder-A & Folder-B from the C drive to the D Drive. Now I can't map the folders and on the event log I get the "The local device name has a remembered connection to another network resource" error.
Also, the folders are shared and the credentials I use have full control rights to both folders.