Skip to content
New issue

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

Printing error still persists #3

Open
GuildOfCalamity opened this issue Jun 30, 2023 · 2 comments
Open

Printing error still persists #3

GuildOfCalamity opened this issue Jun 30, 2023 · 2 comments

Comments

@GuildOfCalamity
Copy link

GuildOfCalamity commented Jun 30, 2023

I was trying your sample and thought surely this has been resolved by now, after reading through Printing in WinUI3

image

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.

@emyfreya
Copy link

emyfreya commented Jul 27, 2023

@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.

@GuildOfCalamity
Copy link
Author

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants