BrianPeek / legoev3

LEGO MINDSTORMS EV3 API for .NET
Apache License 2.0
137 stars 73 forks source link

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

Open BrianPeek opened 9 years ago

BrianPeek commented 9 years ago

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.