A device attached to the system is not functioning
Hi all... Am geting the following error
'A device attached to the system is not functioning ' when i use the following code in windows service
FileInfo fileInf = new FileInfo(@"\\192.168.2.20\RootRepository\masterplan_scorm.zip");
fileInf.OpenRead();