This issue was imported from CodePlex
mmaitre wrote 2014-06-17 at 02:06
StorageFile.GetFileFromPathAsync() expects a full path. The test app tries to load files from the app folder using relative paths. For that StorageFile.GetFileFromApplicationUriAsync() can be used instead.