965 questions with Windows development | Windows App SDK tags
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
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
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…
Windows development | Windows App SDK
I can't install microsoft.winappsdk nuget package...
Hello, I just installed VS 2026 community edition and tried to install microsoft.winappsdk nuget package on my wpf project. The problem started from here. installing process stuck at certain point and I couldn't do anything. so I tried this using CLI,…
Windows development | Windows App SDK
Application crashing faulting module MSVC100.DLL
I took a dmp from my application crash see below : (just would like to know if issue is a problematic dll MSVC100.DLL or the code is the issue ? 0:004> kb # ChildEBP RetAddr Args to Child 00 03dee36c 76da24c0 00000003 03dee95c…
Windows development | Windows App SDK
How to obtain the SDK for developing the D4X controller's GIP protocol?
How to obtain the SDK for developing the D4X controller's GIP protocol?