2,850 questions with Universal Windows Platform (UWP) tags

Sort by: Updated
1 answer

i am using windows 10 enterprise, and whenever i click on microsoft store it shows "The server stumbled", is there any fix for this?

Universal Windows Platform (UWP)
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,250 questions
Microsoft System Center
Microsoft System Center
A suite of Microsoft systems management products that offer solutions for managing datacenter resources, private clouds, and client devices.
856 questions
Microsoft Configuration Manager
Microsoft Teams Phone
Microsoft Teams Phone
Teams Phone enables call-control and Private Branch Exchange (PBX) capabilities in the Microsoft 365 cloud with Microsoft Teams.
131 questions
asked 2024-05-25T09:18:17.5633333+00:00
Hardik Vispute 0 Reputation points
commented 2024-05-26T04:22:19.0333333+00:00
أسماء حنفي 0 Reputation points
0 answers

Bluetooth LE - BluetoothLEDevice.FromBluetoothAddressAsync returns null after UnpairAsync() is called until the peripheral is power cycled or the RPA rolls over

Greetings Here are the reproduction steps for this bug. I have an Ellisys trace and logs gathered using WPR that I don't want to post publicly, but can share with someone from MS. Pair a Bluetooth LE peripheral with windows. Observe that a new…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,812 questions
Universal Windows Platform (UWP)
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,131 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,426 questions
asked 2024-05-23T02:26:12.08+00:00
EricP-8687 60 Reputation points
edited a comment 2024-05-24T19:26:07.7933333+00:00
EricP-8687 60 Reputation points
1 answer

What are all the different types of maps styles

What are all the different types of map…

Universal Windows Platform (UWP)
Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
606 questions
Windows Maps
Windows Maps
A Microsoft app that provides voice navigation and turn-by-turn driving, transit, and walking directions.
249 questions
asked 2024-05-24T15:34:29.9166667+00:00
Luke Ferguson 46 Reputation points
edited an answer 2024-05-24T17:23:42.5333333+00:00
rbrundritt 15,546 Reputation points Microsoft Employee
0 answers

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…

Universal Windows Platform (UWP)
asked 2024-05-22T08:13:34.43+00:00
Henry-6115 66 Reputation points
commented 2024-05-24T13:47:03.16+00:00
Premiaware di Luca Borriero 26 Reputation points
0 answers

GridView items spacing code behind, in CreatePrintPreviewPages event handler

Hello, I am trying to remowe space between GridView items code behind. I do it when I create print preview pages. I cooked such code: ... GridView printPageGridView = new GridView(); List<FrameworkElement> printPreviewPages = new…

Universal Windows Platform (UWP)
asked 2024-05-24T09:15:44.76+00:00
BitSmithy 1,891 Reputation points
edited the question 2024-05-24T11:30:09.26+00:00
BitSmithy 1,891 Reputation points
0 answers

Win11上利用PhoneLineTransportDevice::ConnectAsync 与手机连接后来电会有个空界面

Win11上利用PhoneLineTransportDevice::ConnectAsync 与手机连接后拨打电话会起来个空界面 而在win10上会有个拨打电话会有个通话的页面。 为什么win11和win10上会有差别?

Universal Windows Platform (UWP)
asked 2024-05-23T08:04:05.8933333+00:00
栩 王 0 Reputation points
commented 2024-05-24T09:11:13.1966667+00:00
Junjie Zhu - MSFT 15,831 Reputation points Microsoft Vendor
1 answer

VirtualizingStackPanel Scrollviewer height

I am working a uwp app where i used ListView with VirtualizingStackPanel . In my case i am trying create an alternatives for CVS ListView so each item has a ItemsControl (choosen this because it consume less memory and ScrollViewer). Now if i want…

Universal Windows Platform (UWP)
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,389 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
772 questions
asked 2024-05-22T06:12:58.1066667+00:00
shriram 85 Reputation points
commented 2024-05-24T08:50:50.75+00:00
Junjie Zhu - MSFT 15,831 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Note in XAML

Hello, I need to add to Canvas or other Panel an Info Property. This property shoud be a string. But I dont want to create a new class wchich derives from Canvas. Can I solve this task in any way.

Universal Windows Platform (UWP)
asked 2021-04-26T08:17:55.677+00:00
BitSmithy 1,891 Reputation points
accepted 2024-05-24T08:44:55.6066667+00:00
BitSmithy 1,891 Reputation points
1 answer One of the answers was accepted by the question author.

Community toolkit DataGrid ColumnHeader background

Hello, I am styling DataGrid Columns with such style <Color x:Key="MyColumnHeaderBackgroundColor">AliceBlue</Color> <StaticResource x:Key="DataGridColumnHeaderBackgroundColor"…

Universal Windows Platform (UWP)
asked 2024-05-23T10:34:58.8566667+00:00
BitSmithy 1,891 Reputation points
accepted 2024-05-24T08:26:27.2966667+00:00
BitSmithy 1,891 Reputation points
1 answer One of the answers was accepted by the question author.

Setting CheckBox as UWP DataGrid column header during AutoGeneratingColumn

Hello, I want to set Community Toolkit DataGrid column header as CheckBox. I want to do it in AutoGeneratingColum event. I am trying such code: private void AutoGeneratingColumn(object sender, DataGridAutoGeneratingColumnEventArgs e) {…

Universal Windows Platform (UWP)
asked 2024-05-22T14:42:09.97+00:00
BitSmithy 1,891 Reputation points
accepted 2024-05-23T09:28:26.4033333+00:00
BitSmithy 1,891 Reputation points
0 answers

Deeplinks using app URI handlers does not open the app

We have followed https://learn.microsoft.com/en-us/windows/uwp/launch-resume/web-to-app-linking#register-to-handle-http-and-https-links-in-the-app-manifest to enable deep linking into our app. However, we can't seem to get it to work. We've made sure …

Universal Windows Platform (UWP)
asked 2024-05-23T06:52:55.9566667+00:00
Michal Šrůtek 0 Reputation points
commented 2024-05-23T09:11:10.4466667+00:00
Junjie Zhu - MSFT 15,831 Reputation points Microsoft Vendor
0 answers

PrintTaskOptions throws Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))

Hi Team, We are trying to invoke a print preview from the stream of PDF documents. While invoking the print preview we are receiving Catastrophic failure from the PrintTaskOptions while creating print preview pages. We have tried the following methods…

Universal Windows Platform (UWP)
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
772 questions
asked 2024-02-15T13:13:31.89+00:00
ManojKumar 0 Reputation points
commented 2024-05-23T08:05:49.5366667+00:00
Roy Li - MSFT 32,486 Reputation points Microsoft Vendor
1 answer

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.

Universal Windows Platform (UWP)
Windows Maps
Windows Maps
A Microsoft app that provides voice navigation and turn-by-turn driving, transit, and walking directions.
249 questions
asked 2024-05-23T02:20:53.77+00:00
forline Spaceac 0 Reputation points
edited an answer 2024-05-23T03:57:06.95+00:00
Junjie Zhu - MSFT 15,831 Reputation points Microsoft Vendor
0 answers

How to Install a Copy Hook shell extension for a UWP app

I'm packaging my classic Win32 application as a MSIX package to be distributed on MS Store. The application includes a shell extension that implements ICopyHook. With the traditional installer, the shell extension DLL is registered under the…

Universal Windows Platform (UWP)
asked 2024-05-22T11:18:03.8633333+00:00
Josué Andrade Gomes 1 Reputation point
commented 2024-05-23T02:22:19.52+00:00
Junjie Zhu - MSFT 15,831 Reputation points Microsoft Vendor
0 answers

UWP XBOX Live Creators app and Store app URI scheme

Hi, I have an UWP Xbox Live Creators app in which I try to use the Store app URI schemes as explained here: https://learn.microsoft.com/en-us/windows/uwp/launch-resume/launch-store-app I implement the store detailed page as follows: …

Universal Windows Platform (UWP)
asked 2023-01-30T13:23:01.2933333+00:00
TS 20 Reputation points
edited a comment 2024-05-22T21:15:12.03+00:00
Petrey, Stephen 0 Reputation points
1 answer

UWP shows wrong MIDI device names

Hey there! UWP shows wrong names for most MIDI devices! Many ports are just called "MIDI" - which makes this library almost completely usable in any App. For example, loading output device information is done like…

Universal Windows Platform (UWP)
asked 2023-01-17T10:38:31.89+00:00
Max Meier 0 Reputation points
answered 2024-05-22T15:58:23.27+00:00
Trienco 0 Reputation points
1 answer One of the answers was accepted by the question author.

App instaled from Store and app its new actually developed version

Some time ago I could to have app instaled from Windows Store and run from VS the same app when developing new version. But now if I have the app from MS Store and I try to run the same app from VS Error DEP0700 is showed. To deal with this problem I…

Universal Windows Platform (UWP)
asked 2024-05-18T19:29:39.1966667+00:00
BitSmithy 1,891 Reputation points
accepted 2024-05-20T11:49:24.75+00:00
BitSmithy 1,891 Reputation points
1 answer One of the answers was accepted by the question author.

Is it possible to implement deep linking in Windows app? I have created a Flutter app, and I want to do deep linking.

Could you please help, Is it possible to implement deep linking in a Flutter app on the Windows platform?

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,849 questions
Universal Windows Platform (UWP)
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,250 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,562 questions
asked 2024-05-17T09:39:41.5933333+00:00
Jay 60 Reputation points
accepted 2024-05-20T05:07:38.5633333+00:00
Jay 60 Reputation points
19 answers

How do i make a uwp app like google earth on visual studio 2022

How do i make a uwp app like google earth on visual studio 2022 https://earth.google.com/web/@0,-3.12830005,0a,22251752.77375655d,35y,0h,0t,0r

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,812 questions
Universal Windows Platform (UWP)
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,698 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,426 questions
asked 2023-11-20T04:36:17.7333333+00:00
Luke Ferguson 46 Reputation points
commented 2024-05-20T02:13:11.08+00:00
Junjie Zhu - MSFT 15,831 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Problem with XAMLReader

Hello, I have a xaml file in my Assets folder "MainPage1.xaml" defined as below. <StackPanel xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:local="using:Label" > <Grid…

Universal Windows Platform (UWP)
asked 2024-04-30T10:27:51.93+00:00
BitSmithy 1,891 Reputation points
accepted 2024-05-18T18:42:34.6433333+00:00
BitSmithy 1,891 Reputation points