Since I don't think it was ever mentioned...
Is it possible you have multiple credentials for tasks, file triggers, etc... that all access the same server via UNC? Even if the share name is different, if you connect to ServerA with CredentialA, and then try to connect to ServerA with CredentialB, you will sometimes have problems. i'm not talking about VisualCron problems, i'm just saying that in general this is the case with Windows.
So if you were logged into your computer as DOMAIN\User1 and mapped a network drive to \\Server1\Share1
If you try to map another drive to \\Server1\Share2 as a different ID (while still logged in as User1, using the 'connect as' option), it'll likely fail.
Might not be your issue, but if you do use multiple credentials to access the same server (regardles of which share), it could very well be your cause.
Brian