I've got .net 4.0 (vb.net & c#) code (about 15 different programs) running on a virtual server (Windows 2003 R2) that attempts to process files (maybe 1000/day) on other servers in the local network, running under a domain account. The directories are all various Windows shares using machine name and alias (\server\share).
95% or more of the time things work just great, but for the past two months I've been seeing more instances of "The network path was not found" errors thrown by either System.IO.Directory.GetFiles or System.IO.Directory.CreateDirectory.
Has anyone experienced and resolved the same thing? At this point I wonder about things like Active Directory authentication and bad switch ports, but don't know how to "prove" that is really what is going on.
Is there any add'l software trapping I could be doing?
Should I look at hard-coding DNS addresses?