Describe the bug
When I'm trying to use FileSavePicker or FileOpenPicker from the Windows.Storage.Pickers namespace - get this error:
Error HRESULT E_FAIL has been returned from a call to a COM component
Steps to reproduce the bug:
- Create an empty ProjectReunion solution
- Try to call FilePicker window:
FileSavePicker fileSavePicker = new FileSavePicker();
var file = await fileSavePicker.PickSaveFileAsync();
Screenshots


Version Info
NuGet package version:
Microsoft.ProjectReunion 0.5.6
| Windows 10 version |
Saw the problem? |
| Insider Build (xxxxx) |
|
| May 2020 Update (19041) |
Yes |
| November 2019 Update (18363) |
|
| May 2019 Update (18362) |
|
| October 2018 Update (17763) |
|