Exception when calling
var filePicker = await CrossFilePicker.Current.PickFile();
Ex:
System.NotImplementedException
HResult=0x80004001
Message=This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation.
Source=Plugin.FilePicker
StackTrace:
at Plugin.FilePicker.CrossFilePicker.get_Current()
at OnObject.ImportPage.d__10.MoveNext()
Expected Behavior
Selecting File without exception
Actual Behavior
Exception when calling var filePicker = await CrossFilePicker.Current.PickFile();
Ex: System.NotImplementedException HResult=0x80004001 Message=This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation. Source=Plugin.FilePicker StackTrace: at Plugin.FilePicker.CrossFilePicker.get_Current() at OnObject.ImportPage.d__10.MoveNext()
Steps to Reproduce the Problem
Specifications