Skip to content

Error HRESULT E_FAIL has been returned from a call to a COM component when Windows.Storage.Pickers is using. #776

@LeftTwixWand

Description

@LeftTwixWand

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:

  1. Create an empty ProjectReunion solution
  2. Try to call FilePicker window:
  FileSavePicker fileSavePicker = new FileSavePicker();
  var file = await fileSavePicker.PickSaveFileAsync();

Screenshots
image
image

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions