Open
Description
Describe the bug
The default Print UI dialogue is not shown on the Windows platform when the EntryPoint is set as "Windows.PartialTrustApplication" in Package.appxmanifest.
Steps to reproduce the bug
- Run the attached sample on a machine with a Windows platform.
- Click the button to execute the associated functionality to open the default print dialogue of the Windows platform.
- Observe that the application does not show the Print preview dialogue.
Expected behavior
When the EntryPoint is set as "$targetentrypoint$" in Package.appxmanifest, it displays the default Print UI dialogue correctly in the Windows platform. However, when the EntryPoint is changed to "Windows.PartialTrustApplication" in Package.appxmanifest, the print dialogue is not shown. The print dialogue should be displayed properly.
Screenshots
No response
NuGet package version
None
Windows version
Windows 10
Additional context
No response