Access is Denied from Microsoft.Maui.Resizetizer
I have been working on a port from .NET Xamarin to .NET MAUI with .NET 8
Catch and show errors in MAUI .NET desktop app
I create simple app for windows 10/11. This is engineer calculator for building design. I released my app using:
How can i build a user registration service on a .net maui app?
I am creating a .net maui mobile app and i am trying to implement user registration for authentication. Already have the UI for SignUp page and login page. Just need to know how to implement the register system and authentication system.
.net MAUI dynamic picker not showing data
I trying to show data in dynamically created pickers. This is my code.This data is loading in viewmodel but its not visible in my picker. When user enter No Of Nights as 2 then 2 pickers are generating. I can’t found any issues here data also loading, Only issue is not visible. Anyone have idea to fix this. Please help.
MAUI Map Control – Performance Issue
i’m new using MAUI. I’m developing an app using the built in Control Map.
Maui .Net 8 ContentPage InitializeComponenet()
In .NET MAUI When creating a new ContentPage, the build reports
MAUI : How to display Lottie Json in specific Folder
Woking on MAUI I want display my lottie file but It is not working :
Missing “appxrecipe” .Net Maui Won’t Deploy
Description I can’t get around the following Deploy related error in Maui: Error DEP1700: The recipe file “G:QuickJournalSyncbinDebugnet8.0-windows10.0.19041.0win10-x64QuickJournalSync.build.appxrecipe” does not exist. You may need to build your project. Missing appxrecipe I’m trying to create a demo solution mixing .net maui (C# 8.0) with a Realm persistence example and a Syncfusion. I’ve posted this in Github […]
Errors in .NET Maui template with no changes
Created a new .NET Maui app and without running it or making any changes it has four errors, they all say:
Wanting to disable a button in .net Maui when entry is not a number
I am trying to have two entry that are numbers if they are numbers enable the button. If not enable the button. I created a sample app to test this.