Open filepicker/folderpicker crashing the app #17084
WenHong-Lau
started this conversation in
General
Replies: 1 comment
-
@WenHong-Lau please try specifying the start location and filter before folderPicker.SuggestedStartLocation = PickerLocationId.Desktop;
folderPicker.FileTypeFilter.Add("*"); If this does not help, please provide us with a simple repro project and we will investigate further. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently developing a Windows desktop application using Uno. When I attempt to open either the FilePicker or FolderPicker, the application crashes.
Below is my code snippet for opening the folder picker:
This is the exception:
Beta Was this translation helpful? Give feedback.
All reactions