BrianPeek/legoev3

Crash when clicking on "Upload and Play Sound" in Lego.Ev3.Tester.WinRT

Opened this issue · 0 comments

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.