In this post, we will see how to resolve UWP open pdf fails when publish Question: i have this methods working fine when i’m on debug and on my pc: And the dependency service like that: Why it’s working fine ...

In this post, we will see how to resolve How to get a unique userid in Microsoft Store API Question: I use the Microsoft Store API (henceforth “API) for enable user for in-app purchases (Addons). For example…   …etc… I have ...

In this post, we will see how to resolve UWP app still can access files even after putting broadfilesystemaccess in Appmanifest Question: I am making a uwp app which needs to access files which user has picked from filepicker. I ...

In this post, we will see how to resolve How to change the border thickness and color of an autosuggestbox in UWP? Question: I want to change the border thickness and border brush of autosuggest box in UWP. But the ...

In this post, we will see how to resolve WinUI3 Cannot locate resource from ‘ms-appx:///FooLibrary/Themes/Foo.xaml’. [Line: X Position: Y] Question: I have a source library HtSuite.WinUI.UI which is deployed as a nuget package. Inside of this project are some ResourceDictionary. ...

In this post, we will see how to resolve Is it enough to test my uwp app only on a single architecture? Question: It is an uwp app, since it is so, I want it should target all architectures. However, ...

In this post, we will see how to resolve UWP DataGrid get selected cell Question: I have issues getting selected cell in data grid (using UWP). I am using DataGrid from this library: https://learn.microsoft.com/en-us/dotnet/api/microsoft.toolkit.uwp.ui.controls.datagrid?view=win-comm-toolkit-dotnet-7.0 Any ideas how to get it? ...

In this post, we will see how to resolve Display PlaceholderText When DateTime is null in CalendarPicker in UWP XAML Question: I have a CalendarDatePicker with some DateTime object bound to it’s Date property. When the bound Date is null, ...

In this post, we will see how to resolve UWP WinUI3 – Side Notification Panel Question: I am trying to build a UWP application. User can perform actions like upload/download/rename/delete files. I want to maintain the status of these actions ...

Question: I just downloaded UWP/.NET to run some project I found of github. Throwing the exception breaks the program as expected. However, the null access crashes the app and the only debug output message I get is The program ‘[12036] ...