The type or namespace ‘UI’ does not exist in the namespace ‘Microsoft’
Im working with a MAUI application. dotnet version 8.0
Im unable to resolve this error
Does anyone have any idea on how to resolve the below
.Net MAUI mimic a Combo Box
I’m still trying to learn .Net Maui and I want to use the equivalent of a combobox. I found this on YouTube https://www.youtube.com/watch?v=gnKkUtBK23A that shows one way of making a combobox using Expander. The video was probably made for dotnet 6 and I’m using dotnet 8 so I have had to make some changes. I’m also using VS 17.10.4 on Windows 11. The basic idea is to have a list of items in an Expander. When the Expander is clicked, the list displays. Then, when an item is clicked, the item is supposed to show in the header and the list closes. This can then be repeated any number of times. My code works in so far as the item click is detected (message displays he selected item in DebugView) but the header label doesn’t update and the list remains open. I’ve checked my code but I still can’t work out why the bindings aren’t working. Here is my code:
MauiProgram.cs
Improving Location Accuracy in .NET MAUI User Tracking Application
I’m developing a user tracking application using .NET MAUI, but I’m encountering significant issues with location accuracy. The captured latitude and longitude often show incorrect positions, even when the user is stationary. I’m looking for ways to improve the accuracy and reliability of location data. Here are the details:
MAUI Colors from resources
MAUI sample application has defined colors under “ResourceStylesColors.xaml”
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