I have a .net service on a Win2003 server box that periodically attempts to
move files
from a local path to a UNC path on another Win2003 server box. I use
System.IO.File.Move to accomplish this task. Unforunately, this causes the
following exception to be thrown intermittently:
Exception Info: System.IO.IOException: The semaphore timeout period has
expired.
at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.File.Move(String sourceFileName, String destFileName)
Anyone else have this problem?
.NET Framework 1.1
Win2003 SP1
thanks!
perrin820@gmail.com - 10 Mar 2006 21:41 GMT
High Scott,
I have just receieved this erro while doing a BufferedStream->Write
operation. Did you ever track this error down?
Thanks,
-jon-
> I have a .net service on a Win2003 server box that periodically attempts to
> move files
[quoted text clipped - 15 lines]
>
> thanks!
Scott McFadden - 05 Apr 2006 03:14 GMT
Never tracked it down. Saw some google group links mentioning a similar
problem with the UNC path being excessively long?
> High Scott,
>
[quoted text clipped - 26 lines]
>>
>> thanks!