المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : The specified network name is no longer available.



C# Programming
10-29-2009, 03:21 PM
After my application (heavy file IO on UNC address) is running a little bit it chrashes always with:

SystemIO Exception: The specified network name is no longer available.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.get_Length()

On this time the Share is also not reachable by explorer, sometimes the compleate system is chrashing,
on reboot I have then to kill the explorer.exe.

I think I use some resources too much. What is the best way to analyse this?

ProcessMonitor?
WinDbg? But how?


Thanks,

daniel