C
Cyrus
I always find that when there is a write operation immediately after the
read operation, it throws this exception
An unhandled exception of type 'System.IO.IOException' occurred in
mscorlib.dll
Additional information: The process cannot access the file
"D:\Projects\pro.dat" because it is being used by another process.
how to solve this problem
read operation, it throws this exception
An unhandled exception of type 'System.IO.IOException' occurred in
mscorlib.dll
Additional information: The process cannot access the file
"D:\Projects\pro.dat" because it is being used by another process.
how to solve this problem