Please, explain your thoughts.
1. DateTime dt = System.IO.File.GetLastAccessTime(\"C:\\\\There_is_no_such_file.txt\"); 2. DateTime dt = System.IO.File.Get
The reason might be that you have turned off the "Enable unmanaged code debugging option" check in project properties under the Debug section.