You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying your sample and thought surely this has been resolved by now, after reading through Printing in WinUI3
Do you have any advice for getting this to work? I am on a Windows 10 22H2 machine using the latest WinAppSDK 1.3.23x
NOTE: On my home, non-domain machine I do see the print dialog. However on my work machine, which is joined to a domain, I get the exception. I do have the proper rights/permissions to print. The dialog works fine from a UWP app, but not WinUI3.
The text was updated successfully, but these errors were encountered:
@GuildOfCalamity Try to disable Just my code in Visual Studio settings, and enable native debugging by adding the launch setting "nativeDebugging": true in your launchSettings.json. Also enable all symbols so they can be downloaded along.
That way, you could know where the error comes from exactly, and maybe have more information on the error.
@RamenTurismo Thanks for the advice; I will try this and see if I can get to the root cause.
I'm surprised more people haven't reported issues with the printing on the official MS thread, maybe everyone is using non-domain home computers? LOL
I was trying your sample and thought surely this has been resolved by now, after reading through Printing in WinUI3
Do you have any advice for getting this to work? I am on a Windows 10 22H2 machine using the latest WinAppSDK 1.3.23x
NOTE: On my home, non-domain machine I do see the print dialog. However on my work machine, which is joined to a domain, I get the exception. I do have the proper rights/permissions to print. The dialog works fine from a UWP app, but not WinUI3.
The text was updated successfully, but these errors were encountered: