0
Answer

A device attached to the system is not functioning

Photo of Madhu Sudan

Madhu Sudan

17y
9.6k
1
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();