I have written a windows service in VB.NET 2005 that "polls" a mapped drive for files. It runs on my local machine but when I install and start it on a Windows 2003 server machine I get the following error:
Service cannot be started. System.IO.DirectoryNotFoun
dException
: Could not find a part of the path 'R:\'.
The service checks that the mapped drive (R:\) exists when started.
I've tried using an UNC path but I still get the same problem.
Any help appreciated.
Start Free Trial