I attempted to declare a print background task (PrintSupportExtensionBackGroundTask) in the appx manifest and register it with the system. However, when the foreground application (i.e., the main program) runs, the background task registration fails. Could anyone explain what the system-returned error code means, or how I can debug/trace the process of system registration for background tasks?
The returned error code is: 0x800401F9
Detailed information is as follows: