0
Answer

A device attached to the system is not functioning

Ask a question
Madhu Sudan

Madhu Sudan

16y
8.4k
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();