I cannot work this one out!
Create a VS2010 windows application that just does a FileInfo("Y:/test.txt") and when debugging the FileInfo works fine.
Do exactly the same thing via VS2013 and it reports file not found.
So there is some kind of trust or impersonation issue, this is a windows application though and i'm running VS2013 as administrator.
It's driving me nuts - anyone got any ideas?
thanks Paul