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…
GridView - no frame at item selection on Windows 11
I am using GridView control in my UWP app. The grid shows games cover arts gallery. On Windows 10 i see the grid item gets a frame at item selection, but on Windows 11 no frame appears. How to make it working the same way like on Windows 10?
GetFolderAsync applied to the FutureAccessList delivers error message 2148734499
StorageItemAccessList _lAccess = StorageApplicationPermissions.FutureAccessList; ApplicationDataContainer _localSettings = ApplicationData.Current.LocalSettings; StorageFolder _Public; // _Public captured by the…
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…
what is the best option in configuration manager (x86, x64 or ARM) for build an UWP app that runs in Microsoft SQ3 processor?
Hello I'm working with UWP app that have to run in a tablet based on Windows 11 and it is using an SQ3 processor. I'm running this line for hide a button in the UI: Mybutton.Visibility = visibillity.Collapsed; Testing in PC windows 10, the code line…
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…
Impact of Bing Maps for Enterprise retirement to UWP
We received an email about the retirement of Bing Maps for Enterprise, which will affect all applications using Bing Maps. Does retirement also affect UWP apps that include map feature? Any migration procedures can be followed? Thanks.

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…

Error MSB4044 RemoveDisposableSigningCertificate
I am facing this issue while creating UWP package : Error MSB4044 A value was not specified for the task “RemoveDisposableSigningCertificate” for the required “CertificateThumbprint” parameter. C:\Program Files Microsoft Visual Studio…
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. …
Why does using VideoTransformEffectDefinition affect the camera brightness
I'm using VideoTransformEffectDefinition to rotate the camera VideoPreviewWhy does using VideoTransformEffectDefinition reduce the brightness?How can this problem be avoided?
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…
Device metadata published to WMIS authentication failed, do not know how to correct
Problem Statement According to the official guide "Automatic installation of UWP device apps", we developed a UWP device app and successfully published it to Microsoft Store. However, when attempting to publish the device metadata to Windows…

Issue with Exchange Currency Rates in Microsoft Partner Center
Hi Team, We are facing an issue with exchange currency rates for Indian customers. We have created an add-on product in our app and set the base price in USD (e.g., $7.49 USD). However, when checking the View Conversion Table, we noticed a significant…

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…

Microsoft Analytics API returns a response "200 OK" status but the result is empty
I have a UWP app, and it is already in the Microsoft Store. I'm using Microsoft Partner Center as the service of the app. In the Dashboard, I see all the details about the app from the acquisition, insights, usage and etc. I'm investigating right now to…

How to implement the download of free DLC without using UI thread
Hi, In a store app, is it possible to implemente do download of DLC without the need of the UI thread? I ve tried with storecontext but seems not possible. Also, is it possible to start the download of free DLC without the action of purchasing it? In my…
X:Bind and comma in double value
Hello, I have such XAML <TextBox Text="{x:Bind FinancialItem2.Amount, Mode=TwoWay}" LostFocus="TextBox_LostFocus2" /> <TextBlock Text="{x:Bind…
Speech Recognition engine question on Windows
Hi MSFT member, On windows, when developing a Speech recognition app, there are about three solution APIs: Windows.Media.SpeechRecognition System.Speech Programming Guide for .NET Framework Microsoft Speech API (SAPI) Since We want to use local…
Missing Events Logs
how do I fix "Missing Events in Event Log events were lost during data collection," warning?