-
Notifications
You must be signed in to change notification settings - Fork 693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Folder picker not working #2973
Labels
appModel-win32
Exclusive to WinUI 3 Win32 Desktop apps
area-Tooling
product-winui3
WinUI 3 issues
team-Markup
Issue for the Markup team
Comments
msft-github-bot
added
the
needs-triage
Issue needs to be triaged by the area owners
label
Jul 22, 2020
I had a similar issue #2716. |
StephenLPeters
added
area-Tooling
appModel-win32
Exclusive to WinUI 3 Win32 Desktop apps
team-Markup
Issue for the Markup team
product-winui3
WinUI 3 issues
and removed
needs-triage
Issue needs to be triaged by the area owners
labels
Jul 22, 2020
Duplicate of #2716 (use IInitializeWithWindow to give the owner window). |
@jevansaks I'm using IInitializeWithWindow but I'm getting this: System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) It's a UWP using Windows.UI.Xaml |
Same here. On a UWP (Windows.UI.Xaml) app. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
appModel-win32
Exclusive to WinUI 3 Win32 Desktop apps
area-Tooling
product-winui3
WinUI 3 issues
team-Markup
Issue for the Markup team
Describe the bug
When using the PickSingleFolderAsync() method from Windows.Storage.Pickers.FolderPicker. The following exception is given: System.Runtime.InteropServices.COMException: 'Invalid window handle. (0x80070578)'
Steps to reproduce the bug
Use the following code:
Expected behavior
The folder picker opens.
Screenshots
Version Info
NuGet package version:
[Microsoft.WinUI 3.0.0-preview2.200713.0]
Additional context
The text was updated successfully, but these errors were encountered: