Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
57 views

I know you can use the Get-AppxPackage and Get-AppxPackageManifest cmdlets in Powershell to get the package family and it's specific application entry point. In this example with Windows Media Player ...
djsumdog's user avatar
  • 2,818
-1 votes
1 answer
36 views

I'm encountering a serialization error when building a Unity project for UWP and running it in Visual Studio: A scripted object probably BlankScene has a different serialization layout when loading (...
Gabriel Alabi's user avatar
0 votes
0 answers
131 views

Long story short: an app with a WebView2 crashes the entire system if run on a retail Xbox One I'm having this strange issue. The crash is not just the app closing, is the entire console that restarts ...
Pasqui industry's user avatar
1 vote
0 answers
50 views

My .NET MAUI app is currently targeting Windows OS. It essentially displays a map and some placemarks on the map. Here is my relevant xaml lines: <Grid x:Name="_gridContents"> <...
Peter's user avatar
  • 12.1k
1 vote
0 answers
63 views

I'm trying to change the StartupType of MyService from Disabled to Automatic in an UWP application. It is working with the code: ProcessStartInfo startInfo = new(); startInfo.FileName = "...
ANDERSON CAVALCANTE's user avatar
0 votes
0 answers
77 views

I followed this tutorial https://learn.microsoft.com/en-us/windows/apps/develop/platform/csharp-winrt/create-winrt-component-winui-cswinrt and I would like to do the same thing but from a Win32 ...
Iordan Bogdan's user avatar
1 vote
1 answer
70 views

I am developing a Windows 10 UWP Application in C# that I want to be able to run on Windows 10 Mobile as well. I've set the Minimum SDK version to 10.0.10240.0 and it starts up just fine. However, it ...
jeanluc162's user avatar
0 votes
0 answers
46 views

I want to check if Windows narrator is enabled in UWP. Is there any event which I can subscribe to get narrator event? Alternatively is it possible to check if narrator is enabled? I tried to find if ...
Sumnoon's user avatar
  • 145
3 votes
1 answer
153 views

I have an ObservableCollection of Base Objects bound to a datagrid. I am trying to populate a DataGridComboBoxColumn with Enum values from a derived class instantiated in the observable collection. ...
gwiz_kid's user avatar
  • 143
-1 votes
1 answer
70 views

I am unable to bind AssignmentList to ListView. I have tried removing the Refresh() method, but it still crashes with this exception: Exception thrown: 'System.NotSupportedException' in WinRT.Runtime....
wonyh_'s user avatar
  • 139
2 votes
2 answers
134 views

When serializing a complex record in an UWP application, it works fine in debug mode, but in release mode, when application is packaged using Windows application packaging project, the JsonSerializer ...
gPok's user avatar
  • 31
0 votes
0 answers
63 views

is it possible to retrieve bound from winrt::Windows::Graphics::Capture::GraphicsCaptureItem, i see only Size is supported. Any specific reason its hidden from expose? https://learn.microsoft.com/en-...
True Vision _ Zunna Berry's user avatar
0 votes
1 answer
64 views

I have a .NET 8 WPF app that I sell through the Microsoft store via what I think is referred to as a Desktop Bridge. I’m wondering if anyone knows the answer to whether this is intended behavior (or ...
Rafael's user avatar
  • 81
1 vote
1 answer
187 views

I am using MediaTranscoder with GraphicsCaptureItem to capture screen and record to a compressed video file. I have Radeon 860M (built into Ryzen AI 7 350), that supports hardware encoding of H.264 ...
LOST's user avatar
  • 3,373
0 votes
1 answer
140 views

i want to create a PSA (Print Support Application) using dotnet 9.0.300 and Windows 11 SDK. I'm using VS Professional 17.14.2. OS is Windows 11 Pro Version 10.0.26100. The deploy results in the ...
user1550946's user avatar
0 votes
2 answers
94 views

I am using the AddPackageByAppInstallerFileAsync method on several UWP apps. It has worked on all of the apps except recently for one of the apps. I get a "Access is denied. (Exception from ...
Carlo Mendoza's user avatar
-1 votes
1 answer
47 views

There's a third party Windows Universal App that uses a particular font for rendering text on its UI. How can I find out the name of that font?
Isso's user avatar
  • 1,331
0 votes
0 answers
37 views

I cannot open a folder to windows explorer using a native module (C++ UWP). I tried following the appropriate manner UWP C++ StorageFolder folder{ co_await StorageFolder::GetFolderFromPathAsync(...
Dev1n.101's user avatar
0 votes
1 answer
40 views

On remote desktop, the following code causes the list items to appear grey for a few seconds while scrolling. <ListView Margin="10" ItemsSource="{Binding Items}" ></...
xingque's user avatar
0 votes
0 answers
27 views

I want to create a popup in UWP, It can be clicked anywhere from a canvas It should be with a triangle pointer The main popup can be moved dynamically but pointer should always point in the clicked ...
Sumnoon's user avatar
  • 145
0 votes
1 answer
233 views

I am trying to create a Windows app from the following simple Python code. from qtpy.QtWidgets import QApplication, QLabel from qtpy.QtCore import Qt if __name__ == "__main__": # Create ...
Mark wijkhuizen's user avatar
3 votes
1 answer
617 views

While attempting to follow the instructions on Microsoft's Learn Page linked here: https://learn.microsoft.com/en-us/visualstudio/get-started/csharp/tutorial-uwp?view=vs-2022 I'm unable to get the ...
Hunter Cole's user avatar
0 votes
0 answers
211 views

For understanding XAML Islands, I've gone through https://learn.microsoft.com/en-us/windows/apps/desktop/modernize/xaml-islands/host-standard-control-with-xaml-islands and https://learn.microsoft.com/...
E. A. Bagby's user avatar
1 vote
1 answer
106 views

I have a C# (WPF) application that pairs with and gets data from a device using Bluetooth Low Energy, using the namespaces in UWP. I've been having intermittent problems (especially with the ...
komodosp's user avatar
  • 3,686
0 votes
1 answer
79 views

I've added Azure.Communication.Calling.WindowsClient to a UWP app. It all works fine when running the app in Debug, but when I run it in Release I get this error when trying to use the library: ...
Guy Lowe's user avatar
  • 2,370

1
2 3 4 5
451