02-25-04 06:35 PM
Hi All, I have a preprocessor which is writing a file to a shared path which
is monitored by a File Receive Function. Problem is I am getting this error
seldomly.
Source: mscorlib
Message: The process cannot access the file foo..txt" because it is being
used by another process.
Stack Trace:
at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess
access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath,
Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess
access, FileShare share)
TIA
[ Post a follow-up to this message ]
|