2,178 questions with Developer technologies | Universal Windows Platform (UWP) tags
ms-appinstaller protocol has been disabled.
Hi, I have a WPF application and a Windows Application Packaging Project. I use Publish -> Create App package -> Sideloading -> enable automatic updates package is created and we put the output entire folder on our website. when Win10 users…
Developer technologies | Universal Windows Platform (UWP)
Can we prevent Narrator from speaking UI control's name?
Hello, I'm working on WinUI2 app with XAML island in purely C++ (no XAML code). I want to support Narrator screen reader for my app. I tried to set accessibility props (name and helpertext) for UI controls. While this props are being read by Narrator, it…
Developer technologies | Universal Windows Platform (UWP)
ListView events arent always triggered.
Hello, I am not sure if I selected right tag for my topic, but there is not present UWP tag naw. I have problem with ListView. If my ListView has many rows (about 150+), some events are sometime not triggered (but sometime they are triggered as well). If…
Developer technologies | Universal Windows Platform (UWP)
Positioning UWP ContentDialog on top of AppWindow.
In UWP app , I have a AppWindow which is opened from the main window with the below code. var appWindow = await AppWindow.TryCreateAsync(); var frame = new…
Developer technologies | Universal Windows Platform (UWP)
How to set status of control from OnLaunched in C++/WinRT app?
In Visual Studio I compiled the blank C++/WinRT UWP app which displays a button that says "Click me" and "Clicked" after it is clicked. As an experiment to learn how to initialize a control according to user settings, I copied the…
Developer technologies | Universal Windows Platform (UWP)
How to connect GATT profile for classic bluetooth device?
I have bluetooth device that uses gatt profile, but it doesn't support ble connection i can succesfully connect to gatt profile on classic only device with android/ios/linux client. How can i use gatt services in classic bluetooth device on windows pc?
Developer technologies | Universal Windows Platform (UWP)
Unable to publish with fulltrustprocess and Multiple instances of UWP app
UWP experts , There are three components here. Main UWP app with multiple instances supported through package manifest - C# UWP FullTrustprocess that acts as the appserviceconnection server - C# .NET 8 WAPP Package that bundles UWP app and…
Developer technologies | Universal Windows Platform (UWP)
Developer technologies | C#

How to implement text as HyperLink in Toast windows using xml?
I am trying to implement the Hyperlink in windows toast which accepts xml as a string as per the documents i couldn't find a way to implement hyperlink in text Example: I need to display a text in toast as: To get more details. click here …
Developer technologies | Universal Windows Platform (UWP)

System.Runtime.WindowsRuntime Exception
Exception thrown: 'System.IO.FileLoadException' in BasicCoreApp.exe An exception of type 'System.IO.FileLoadException' occurred in BasicCoreApp.exe but was not handled in user code Could not load file or assembly 'System.Runtime.WindowsRuntime,…
Developer technologies | Universal Windows Platform (UWP)

How to customize a caret of TextBox in UWP?
I want to make customized TextBox and I don't know how to customize the caret in UWP. I thought of these ways to make it: Change the style of the original caret directly Use a rectangle and let it blink, but how to hide the original caret or how to…
Developer technologies | Universal Windows Platform (UWP)
What is the name of the taskbar executable(s)?
I'm building a UWP app in which a user can remotely close apps on a device with a receiving agent. The agent only allows apps that it receives by executable name from the UWP app. I'm trying to allow the taskbar to not be closed, by adding apps like…
Developer technologies | Universal Windows Platform (UWP)

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.
Developer technologies | Universal Windows Platform (UWP)
Azure Maps
Windows for home | Windows 11 | Apps

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)
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?
Developer technologies | Universal Windows Platform (UWP)
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…
Developer technologies | Universal Windows Platform (UWP)

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…
Windows development | Internet Information Services
Developer technologies | Universal Windows Platform (UWP)
Windows for business | Windows Client for IT Pros | User experience | Other
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…
Developer technologies | Universal Windows Platform (UWP)
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…
Developer technologies | Universal Windows Platform (UWP)
Missing Events Logs
how do I fix "Missing Events in Event Log events were lost during data collection," warning?
Developer technologies | Universal Windows Platform (UWP)
Error uploading UWP app to Microsoft Store: Microsoft.VCLibs.140.00.UWPDesktop version mismatch
I encountered this error while uploading my UWP app to the Microsoft Store. The error message reads: 'Your package Microsoft.VCLibs.140.00.UWPDesktop specifies version 14.0.33728.0, but 14.0.24217.0 is the minimum available version.' Could someone help…