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
When i try to start my background task from visual studio 2022 in x64 debug, Windows 11 event viewer contain this log: Failed to trigger background task with entry point Samples.Tasks.ExampleToastTask and name ExampleToastTask. Error code: 0x80073CFC.
(The debug working in x86 debug).
Steps to reproduce the bug
I run the application debug for x64 patform in visual studio 2022
Describe the bug
When i try to start my background task from visual studio 2022 in x64 debug, Windows 11 event viewer contain this log:
Failed to trigger background task with entry point Samples.Tasks.ExampleToastTask and name ExampleToastTask. Error code: 0x80073CFC.
(The debug working in x86 debug).
Steps to reproduce the bug
Expected behavior
No response
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.5.0: 1.5.240227000
Windows version
Windows 11 (23H2): Build 22631
Additional context
Repo url: https://github.com/jhonToni/Winui3BackgroudWorkerBug
The text was updated successfully, but these errors were encountered: