-
I have an app (Text Grab) which can create and read QR Codes. Currently I'm trying to make a little app which just does QR Codes, but using WinAppSDK. I'm having a hard time finding the right Writer/Renderer to write to a I took the method from my WPF App and tried to do some adapting... but it is not working. This is the code generating the error:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Following up here. I stopped trying to do the work Async and the issue went away. Here is a complete helper which works in WinAppSDK if anyone wants to copy/paste.
|
Beta Was this translation helpful? Give feedback.
-
I realize this is an old thread but other people are going to read this. I have not tested what I am about to write but I'm pretty sure it was the cause. The original code is declared |
Beta Was this translation helpful? Give feedback.
Following up here. I stopped trying to do the work Async and the issue went away. Here is a complete helper which works in WinAppSDK if anyone wants to copy/paste.