A Microsoft platform for building and publishing apps for Windows devices.
3,085 questions with Developer technologies | Universal Windows Platform (UWP) tags
How to write and read multiple types of data using Data Writer and Data Reader
I need to write a file length, file data and its type as a string value to the stream. I’m using the following code with Data Writer. writer = new DataWriter(socket.OutputStream); // if we have a StorageFile named file using (var…
Developer technologies | Universal Windows Platform (UWP)
UWP app throws unhandled exception when installed from .msix package
This is a UWP app with Visual Studio Insiders [11709.129]. When deployed from Visual Studio, started with or without debugging to a Windows 10, an Xbox, or a Windows 11, it runs fine and is passing the tests. However, when the project is published to an…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Dev Mode Activation Fails — Redirects to Partner Center, No Workspace Access
I signed the NDA and installed the Dev Mode Activation app on my Xbox. When I try to activate Dev Mode, I get “We can’t authorize your console.” The activation link https://aka.ms/activatexbox redirects to Partner Center or shows a 404. I can’t create a…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Coordinated Process Engine Substrate : CoPES
I've made my entire file system into a user space library for my custom application kernel. How do I slow down my system so that graphics will work at its slowest its still to fast for my TV to use fps, and For an architecture where 'file' and 'runtime…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Optional Packages Persist After Windows Store App Reset
After resetting a Windows Store app through App Settings, optional packages installed as dependencies continue to persist in the system. These "ghost packages" remain functional and accessible via PackageManager APIs but are not visible in App…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
How to enable Control Flow Guard (CFG) in C# UWP Application
How to enable Control Flow Guard (CFG) in C# UWP Application? I have tried to enable <ControlFlowGuard>Guard</ControlFlowGuard> <UseDotNetNativeToolChain>true</UseDotNetNativeToolChain> in Release | x64 . But it is still not…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Why i only have 1.3gb to use in Xbox Dev Mode
I understand you can use approximately 5GB of RAM in Xbox Dev Mode, but it only lets me use 1.3GB. screenshot.
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
UWP app System.IO.FileLoadException: 'Could not find or load a specific file. (Exception from HRESULT: 0x80131621)'
When I run a UWP app in debugging mode, it always throws this exception at the start: System.IO.FileLoadException HResult=0x80131621 Message=Could not find or load a specific file. (Exception from HRESULT: 0x80131621) Source=System.Private.CoreLib …
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
provider.SignInAsync() error from CommunityToolkit.Authentication.Uwp
The following code of a classic UWP app used for OneDrive access worked for a few years without any issues: string[] scopes = new string[] { "Files.ReadWrite.AppFolder" }; ProviderManager.Instance.GlobalProvider = new…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
disabled subscription
"Your account or subscription is disabled for security reasons. We detected suspicious activity or terms of use violations and disabled your subscription to protect the owner of the payment instrument and Microsoft. If you believe this is an error,…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Windows.Data.Pdf does not render correctly with
The PDF file attached contains text using the following fonts: It is renderer correctly in various applications (firefox, edge, adobe acrobat): however when I render it in my app using Windows.Data.Pdf library, the text isn't correctly displayed: Is…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Error APPX1204 Creating App Package for upload to MS Store
This is happening with Visual Studio Insiders [11709.129] with a UWP XBox targeted app. The app has been successfully side-loaded and tested on Dev-mode XBox. Creating the App Package produces this error: Failed to sign <filename.msix>. SignTool…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
I want to publish paid apps but the submit for certification is not showing.
I want to publish paid apps but the submit for certification is not showing.
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
UWP how to change foreground color when mouse over?
Below is my code in App.xaml. I could change the DataGridRow background color while mouse over, but I couldn't change the foreground color while mouse over. What I could add in the PointerOver part? <Style x:Key="BasicDataGridRowStyle"…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Does this xbox-live-api(1807_xdk) still work?
I used this sdk(1807_xdk) in my UWP Games for xbox live sign-in, which I download from nuget(Microsoft.Xbox.Services.141.UWP.Ship.Cpp.lib), but it stopped working recently, the error code is 0x87DD0005. Not only me, but all users cannot sign in now. I…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
[C#]Scale a frameworkelement using a storyboard in UWP does not work
I have created a UWP app that I want to implement the following requirements: 1)First I need to move several animated images from various canvas locations to a specific location 2)Then at the same time scale those images from its current size to…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Console stuck activating Dev Mode for individual account 0x8015963D
I cannot activate developer mode infinite loading on aka.ms/activatexbox when trying to activate 0x8015963D in hidden menu that works for some people. Tried: Power cycles (10+ min unplug) Reinstall Xbox Dev Mode app (green one) Hidden menu…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Localization issues when using App Bundle in UWP
I’m having issues with Localization in my UWP applications. I can reproduce this issue using Microsoft Localization sample. The following is what I have done to reproduce this issue: Step1: I open the project in Visual Studio. I test it…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
generating a device‑related identifier
I’m working on a UWP application where we need to associate a device with app‑specific logic (for example, licensing tied to a device). We previously used an API that generated a device‑related identifier, but its stability has changed on some Windows…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Unique ID of machine
Hi, Can anyone suggest which of the following methods to retrieve uniqueid from machine and more stable and reliable? 1.SMBIOS System UUID Source: SMBIOS Type 1 table, retrieved via GetSystemFirmwareTable('RSMB'). 2.TPM Endorsement Key Public Key…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.