3,046 questions with Developer technologies | Universal Windows Platform (UWP) tags
Support Needed: Error 0x800B0100 - App Package Must Be Digitally Signed
Hi all, I'm currently facing an issue while creating a UWP package in Unity, and I keep encountering the error 0x800B0100. The error message states, "The app package must be digitally signed for signature validation." Here are the details of…
Developer technologies | Universal Windows Platform (UWP)
Unable to register background task with the appx manifest ( Print Support App )
I'm working on PSA (Print Support App) development with the following environment: Windows 10 22H2 and Windows 11 SDK 10.0.26100.0.
Developer technologies | Universal Windows Platform (UWP)
how to compile resources under one catigory
i am wanting to relocate certain topics - filenames along with related topics and compile the data to see a more streamlined approach to the leveraged data
Developer technologies | Universal Windows Platform (UWP)
visual studio 2017 on windows 11 for iot core x86 uwp app development
Hi, I was using visual studio 2017 community on win 10 pro host m/c. I am learning uwp app development on windows 10 iot core x86 image running in virtual box. My development interest is only 32bit Embedded products only. Recently due to the resource…
Developer technologies | Universal Windows Platform (UWP)
Developer technologies | Visual Studio | Other
Create virtual printer using Print Support App (PSA)
Hello .net community, I'm trying to create a UWP PSA application following the https://learn.microsoft.com/en-us/windows-hardware/drivers/devapps/print-support-app-v4-design-guide guide. However when I deploy an app locally, the virtual printer is not…
Developer technologies | Universal Windows Platform (UWP)
Where can I find entire sample code about Print Support Application(PSA) ?
I am working for writing a PSA application for my printer. I know the guide from here->https://learn.microsoft.com/en-us/windows-hardware/drivers/devapps/print-support-app-design-guide But I can not find the entire sample code about that ongithub or…
Developer technologies | Universal Windows Platform (UWP)
Windows for business | Windows Client for IT Pros | Devices and deployment | Other
Windows for business | Windows Server | User experience | Print jobs

Help Needed for Connecting POS Printer via USB in UWP App
Hi Team, I have implemented POS printer functionality in my UWP app. When I connect the POS printer using Bluetooth, it works perfectly. However, when I connect the printer via a USB cable, I’m unable to find a way to detect or connect to the printer…
Developer technologies | Universal Windows Platform (UWP)
How to fix Windows.Networking.Connectivity.dll - Access is denied
Hi, Its a multiplayer game developed with Unity, I have added the following capabilities in Package.appxmanifest : Internet (Client) Internet (Client & Server) Private Networks (Client & Server) The user is asked to sign in by directing to the…
Developer technologies | Universal Windows Platform (UWP)
How tools can I analyse WiFiDirectAdvertisementPublisher connectivity problems
I am using the wifidirectadvertisementpublisher in an application to provide hotspot functionality utilizing wifidirectadvertisement.legacysettings. Once the application receives a notification that a client connects to the hotspot via the…
Developer technologies | Universal Windows Platform (UWP)
Issue with "Mandatory" package update status in Microsoft Store
Hi, I am experiencing an issue with the Microsoft Store incorrectly reporting "Mandatory" package update status in some of my UWP applications. Following the official documentation, I implemented an update flow in my application that provides…
Developer technologies | Universal Windows Platform (UWP)
Developer technologies | .NET | Other
Developer technologies | C#
ARM64 UWP DesktopExtension – "e_sqlite3.dll is not a valid Win32 application" despite including runtimes\win-arm64\native
I have an UWP app with Desktop Extension (implemented like this tutorial: https://github.com/StefanWickDev/UWP-FullTrust/tree/master). Here is my sample project, which shows this…
Developer technologies | Universal Windows Platform (UWP)
Installing virtual printer using PSA
I am trying to create a Virtual Printer (for print to pdf) using PSA as documented here https://learn.microsoft.com/en-us/windows-hardware/drivers/devapps/print-support-app-v4-design-guide After creating and deploying the solution from visual…
Developer technologies | Universal Windows Platform (UWP)
Do we need to Register the background tasks in Print Support App.?
Do we need to register the background tasks .? https://learn.microsoft.com/en-us/windows/uwp/launch-resume/register-a-background-task I am using "Extension Category="windows.printSupportWorkflow" " for the Print Support app. Because…
Developer technologies | Universal Windows Platform (UWP)
Windows development | Windows Driver Kit (WDK)
How to Setup the Microsoft IPP Driver for the printer support app.?
Hi, I am trying to develop the PSA application with Microsoft IPP Driver can you guide me in setting up the Driver for the printer. PSA extensions: <Extensions> <printsupport:Extension Category="windows.printSupportWorkflow"…
Developer technologies | Universal Windows Platform (UWP)
Windows development | Windows Driver Kit (WDK)
Unable to add printSupportSettingsUI Extensions for Print Support applications (PSA)
I am getting errors and unable to use windows.printSupportSettingsUI extension is required for the Print support settings UI. I tried the below sample code provided by Microsoft's Print-support-app-design-guide documentation. …
Developer technologies | Universal Windows Platform (UWP)
Unable to intercept the print jobs with Print Support App and Microsoft IPP Driver
Hi Team, I'm building the PSA print support application using a sample PSA code provided by MS, I am not able to confirm whether the app is activated with PrintSupportSettingsUI and WorkflowTask could you please help me with this? I followed below…
Developer technologies | Universal Windows Platform (UWP)
How to Parse Durable Purchase Receipt in UWP
Hi, I have created two add-ons: one is a Durable product, and the other is a Subscription product. I successfully received receipts for both during purchase. As per the documentation, I parsed the receipt for the Subscription product and retrieved the…
Developer technologies | Universal Windows Platform (UWP)
UWP OcrEngine does not support Ukrainian language
Hello. I am working with OcrEngine from the "Windows.Media.Ocr" namespace in UWP. It seems that this engine has a limited number of languages it supports. My app includes Ukrainian in the list of available languages, which apparently is not…
Developer technologies | Universal Windows Platform (UWP)
customer's add-on UI not showing on their screen
We have a user that is having problem with the add-on UI on their installation. Many many other users this works just fine. For some reason, the purchase dialog does not appear when prompted. He is getting this with our application and another…
Developer technologies | Universal Windows Platform (UWP)
Reusing Printer HDC for Multiple Documents in WinUI2 Application
I'm developing a WinUI2 (WinRT/C++) application, and we plan to include an option to print documents using the available printers. We want to avoid using the system's default Printer Dialog box and are instead creating our own custom solution. Currently,…