We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following occurs when calling ShowPrintUIForWindowAsync() from an elevated app:
The exception is:
Type: System.Runtime.InteropServices.COMException Message: OLE has sent a request and is waiting for a reply. (0x80010115)
0x80010115 is RPC_S_CALLPENDING The exception stack trace doesn't provide any extra info.
No response
Windows App SDK 1.2.2
Packaged (MSIX)
Windows 11 version 22H2 (22621, 2022 Update)
Visual Studio 2022
May be similar to the problems that the file pickers have when running elevated #2504
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The following occurs when calling ShowPrintUIForWindowAsync() from an elevated app:
The exception is:
Type: System.Runtime.InteropServices.COMException
Message: OLE has sent a request and is waiting for a reply. (0x80010115)
0x80010115 is RPC_S_CALLPENDING
The exception stack trace doesn't provide any extra info.
Steps to reproduce the bug
Expected behavior
No response
Screenshots
No response
NuGet package version
Windows App SDK 1.2.2
Packaging type
Packaged (MSIX)
Windows version
Windows 11 version 22H2 (22621, 2022 Update)
IDE
Visual Studio 2022
Additional context
May be similar to the problems that the file pickers have when running elevated #2504
The text was updated successfully, but these errors were encountered: