System.IO.FileStream files = new System.IO.FileStream(ofdFile.FileName, System.IO.FileMode.Open, System.IO.FileAccess.Read, System.IO.FileShare.ReadWrite);
共享锁flieShare方式为ReadWrite
则不会出现该文件正由另一进程使用
原文地址:http://www.cnblogs.com/ChenRihe/p/3760539.html