StreamReader sr = new StreamReader(@"C:/Users/Administrator/Desktop/88/山TAC新-line .mif");
求指教
报什么错,目测你文件路径分割是 /,应该用 \。另外line和 .mif中间有个空格。是不是这个原因导致没有找到文件。
具体报什么错的,出现乱码?还是OutOfMemoryException ?乱码解决:https://blog.csdn.net/yhrun/article/details/7660388
解决OutOfMemoryException 看看这个https://bbs.csdn.net/topics/390654301 用stream实现分块读取
http://bbs.csdn.net/topics/350230269