967 questions with Windows development | Windows App SDK tags
WinUI packaged app does not produce _bundle.msixupload file
I created a simple WinUI Blank App (packaged), but I have not been able to produce a bundle file for Microsoft Store submission. Here is what I did. Right-click the project > Package and Publish > Associate App with the Store Right-click the…
Windows development | Windows App SDK
I cannot find the Xbox PC Toolbox in the Microsoft Store. Can someone provide a link?
There's suppose to be an Xbox PC Toolbox in the MS Store that'll allow me to connect to the Xbox Ally remotely but I cannot find it. Documentation says you'll find it in the Retail store but I cannot find it. I've also searched for it in my dev sandbox's…
Windows development | Windows App SDK
How do you turn off Smart App Control in Windows Sandbox?
Pretty simple, the title is descriptive enough I suppose. How do you turn off Smart App Control in Windows Sandbox? Sandbox has been instrumental in our testing phase, but has slowly become useless. To top it off, most settings being removed because…
Windows development | Windows App SDK
MS Graph Beta: POST /workplace/sensorDevices/ingestTelemetry returns HTTP 500 "An unknown error occurred"
I'm trying to create a proof-of-concept for the Microsoft Places API/SDK. The goal is to dynamically mark desks in the Places app as available/unavailable (as in setting occupancy to true/false) based on some telemetry data ingested from an external…
Windows development | Windows App SDK
I'm using ASP.net signalR. Windows application .Net
After the client's network disconnects, the SignalR connection persists, but the client does not receive notifications. We make a request to the server, and the server responds, but the client still does not receive notifications even when a new request…
Windows development | Windows App SDK
AppInstaller crashes on Windows10 operation system when searching for updates automatically.
I have an UWP application which is stored in a blob storage of Azure. For the updates my .appInstaller file is responsible. Since I've updated my app's Target Platform version to 10.0.26100.0 and updated UWP related packages, the appinstaller fails when…
Windows development | Windows App SDK
NvTensorRTRTXExecutionProvider cannot be downloaded automatically when following these steps on the Get started page
I'm following these steps https://learn.microsoft.com/en-us/windows/ai/new-windows-ml/get-started?tabs=python#step-2-download-and-register-eps. After I ran this Python script, the NvTensorRTRTXExecutionProvider was not downloaded automatically by…
Windows development | Windows App SDK
C# 2026 - properties all giving me error : does not configure the code serialization for its property content
I've started a new project and loaded old .cs files from a previous project. app won't compile because all my properties are complaining about the same issue e.g. bool bolAllowDecimal = false; public bool AllowDecimal { get…
Windows development | Windows App SDK
.NET MAUI Compatibility with WindowsAppSDK 1.8
I have a .NET MAUI application that I want to be framework dependent with self contained false and windowsappsdkselfcontained false. I noticed that for my application to work I need to have runtime 1.7.4-1.7.6 to be installed. Why does 1.8 not work and…
Windows development | Windows App SDK
Accessing shared drive using Directory.GetFiles() (C#) method is very slow.
We have application using Directory.GetFiles() to browse and locate files in Network shared drive. Since we have migrated the code from .NET framework 4.8 to .NET 8. accessing the same file/path takes 100 times longer than previously. We have been…
Windows development | Windows App SDK
app update on Windows store causes a 0X80073CF3 due to Microsoft.NET.Native.Framework.2.3 not being found
After submitting our latest version of our app with just a small code change, the app install from the Windows app store is encountering an error on both Windows 10 and 11 and the error is saying Microsoft.NET.Native.Framework.2.3 dependency is not found…
Windows development | Windows App SDK
Delay of Adding Event Handlers
This is follow up to this thread. I use a Dispatcher to delay setting Event Handlers: Private Delegate Sub ManageHandles() Private Sub LoadMe(sender As Object, e As RoutedEventArgs) Handles Me.Loaded .... Dim d As New ManageHandles(AddressOf…
Windows development | Windows App SDK
How to fix AccEvent UIAutomation stopped
What to do this error it always pop up on my screen AccEvent-UIAutomation stopped Moved from: Community Center | Discuss the Q&A site | Site bug or problem
Windows development | Windows App SDK
How do I make my app exit when the user updates it via the Microsoft store?
I have an app in the Microsoft Store, when an update is available a user can click Update in the store. I added the following code to detect that and allow the store to apply the update: var catalog =…
Windows development | Windows App SDK
view source working in vs2022 but not in VS 2026
In LIve Visual Tree in VS 2026 insider , view source working in vs2022 but not in VS 2026
Windows development | Windows App SDK
Fixing 0x80073CF3 on my own msix app
Hello, I recently published an update for my app on the Microsoft Store. The update appears to publish successfully, but when users attempt to install or update the app, they encounter error 0x80073CF3, with a message indicating a conflicting package. I…
Windows development | Windows App SDK
Unable to run or deploy Windows App SDK Push Notification Sample from Microsoft learn.
I'm trying to run the Microsoft Push Notifications sample taken from here to explore this capability on a Windows app. My setup composed of Azure Notification server, remote app to trigger the Notifications (Postman), and the client app. Unfortunately, I…
Windows development | Windows App SDK
Top-level statements must precede namespace and type declarations, on line 22, it says i cant use methods in a variable how else could i name the variable?
using UnityEngine; public class NewMonoBehaviourScript : MonoBehaviour { // Variables public float speed = 5.0f; public float turnspeed; // Start is called once before the first execution of Update after the MonoBehaviour is…
Windows development | Windows App SDK
How can I fix the 2025-10 Cumulative Update for Windows 11, version 25H2 for x64-based Systems (KB5066835) (26200.6899) update from failing to update
When i try to do the 2025-10 Cumulative Update for Windows 11, version 25H2 for x64-based Systems (KB5066835) (26200.6899) update it always fails and it says retry, I click it and it fails again and again. How can I fix this?
Windows development | Windows App SDK
MakePri resources generate issue
Hello experts, I'm having hard times configuring my priconfig.xml for manual generating of my resources.pri, here's my working priconfig.xml: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <resources…