我这样做,这之前就有用了:
var di = new DirectoryInfo("FolderOnSharedDrive");
var files = di.GetFiles("*");
我现在有这个例外,我能看到的唯一区别就是我现在有了Windows 10.
Exception thrown: 'System.IO.IOException' in mscorlib.dll
Additional information: The target account name is incorrect.
答案 0 :(得分:2)
尝试使用IP地址而不是计算机名称。
答案 1 :(得分:0)
通过从网络中完全取消注册计算机来解决问题。