4,169 questions with Developer technologies | .NET | .NET MAUI tags

Sort by: Updated
1 answer

.NET MAUI - .NET9 - ERROR: XAPRAS7004 / NU1101 Unable to find package Microsoft.NETCore.App.Runtime.linux-bionic-x86.

Hello, I've been trying for a few months to solve a problem with .NET MAUI on .NET 9, I've tried to look everywhere, mainly on GITHUB but when I try the solutions that other devs have found, I have the feeling that it doesn't work on my side since I…

Developer technologies | .NET | .NET MAUI
asked 2025-05-12T18:13:57.99+00:00
Lenn's 0 Reputation points
commented 2025-07-11T02:40:35.4433333+00:00
Michael Le (WICLOUD CORPORATION) 465 Reputation points Microsoft External Staff
1 answer

Empty Carousel view

I'm developing a MAUI application and encountering an issue with the CarouselView control. The indicators in the CarouselView appear correctly according to the number of items in my ObservableCollection<string> which contains the filenames of my…

Developer technologies | .NET | .NET MAUI
asked 2025-05-02T07:00:06.2666667+00:00
Rendy Putrayana 0 Reputation points
commented 2025-07-11T02:39:13.9233333+00:00
Michael Le (WICLOUD CORPORATION) 465 Reputation points Microsoft External Staff
0 answers

start foreground service not be called in .net android?

I am using .net android and I want to create foreground service. but it not be called. in OnCreate StartForegroundService(new Intent(this, typeof(XyOpService))); public class XyOpService : Service { public override Android.OS.IBinder? OnBind(Intent?…

Developer technologies | .NET | .NET MAUI
asked 2025-07-11T01:42:59.01+00:00
mc 5,551 Reputation points
1 answer One of the answers was accepted by the question author.

how to start a foreground service in .net android?

I am using .net android and I am using media projection to capture screen I find that it is very slow when I minimize my APP so I want to ask that how to create a foreground service so I can run it not slow. .

Developer technologies | .NET | .NET MAUI
asked 2025-07-08T13:00:31.9633333+00:00
mc 5,551 Reputation points
commented 2025-07-11T01:14:43.9566667+00:00
mc 5,551 Reputation points
2 answers One of the answers was accepted by the question author.

is there a path algorithm?

I am using .net android and I want to ask that is there any path algorithm? I have 3 line intersected I want to find a way from A to B and remove the other line

Developer technologies | .NET | .NET MAUI
asked 2025-06-23T12:38:05.5633333+00:00
mc 5,551 Reputation points
accepted 2025-07-11T01:09:57.5766667+00:00
mc 5,551 Reputation points
1 answer

How do I recover from .net maui error NU1105 ... The property PackageVersion was expected to have a single value across all target frameworks, but instead...

This happened after I upgraded Microsoft.Maui.Controls from 9.0.70 to 9.0.81 using the NuGet Package Manager. Full error message: NU1105 Unable to read project information for '<MyProject>': The property PackageVersion was expected to have a single…

Developer technologies | .NET | .NET MAUI
asked 2025-07-08T03:13:08.76+00:00
Kurt K 176 Reputation points
commented 2025-07-10T20:30:04.7233333+00:00
Kurt K 176 Reputation points
3 answers One of the answers was accepted by the question author.

.net Maui, viewModel alternative to OnAppearing

I notice that in .net MAUI OnAppearing doesn;t work. I need to find a way to open up a "DisplayAlert" as soon as the app appears and it must be triggered from the ViewModel. Thank you in advanced.

Developer technologies | .NET | .NET MAUI
asked 2023-03-03T19:42:54.74+00:00
Heinz Deubler 181 Reputation points
answered 2025-07-10T17:53:45.8966667+00:00
Burak Ozlik 0 Reputation points
0 answers

Conectar o Windows ao meu dispositivo Mac

Olá, Após atualizar para a versão mais recente do Visual Studio, estou encontrando um erro e não consigo conectar o Windows ao meu dispositivo Mac. O MSBuild não conseguiu se conectar ao Mac com Endereço='xx.xxx.xx.xxx' e Usuário='xx.xxx'. Esta conexão é…

Developer technologies | .NET | .NET MAUI
asked 2025-07-10T12:56:33.6533333+00:00
Sara Isabelle Galvão de Lima 0 Reputation points
commented 2025-07-10T16:27:34.2933333+00:00
Sara Isabelle Galvão de Lima 0 Reputation points
3 answers

APT2144 invalid file path

VS 2022 Preview... Trying to build and run "Notes" tutorial getting 2 APT2144 invalid file path error in file Xamarin.Android.Aapt2.targets. Error message gives a file path, which I can find using File Explorer. Help on error message says it…

Developer technologies | .NET | .NET MAUI
asked 2023-01-28T21:39:20.0033333+00:00
Scott Phillips 0 Reputation points
answered 2025-07-10T15:01:32.3433333+00:00
was 0 Reputation points
1 answer One of the answers was accepted by the question author.

Hello, After updating to the latest version of Visual Studio, I am encountering an error and am unable to connect Windows to my Mac device. MSBuild was unable to connect to the Mac with Address=‘xx.xxx.xx.xxx’ and User=‘MacDeviceBh’. This connection is

Hello, After updating to the latest version of Visual Studio, I am encountering an error and am unable to connect Windows to my Mac device. MSBuild was unable to connect to the Mac with Address=‘xx.xxx.xx.xxx’ and User=‘MacDeviceBh’. This connection is…

Developer technologies | .NET | .NET MAUI
asked 2025-07-09T14:28:14.14+00:00
Bhuwan 956 Reputation points
accepted 2025-07-10T11:27:49.5833333+00:00
Bhuwan 956 Reputation points
0 answers

color connverter

I have a converter public class SelectedAvatarMultiValueConverter : IMultiValueConverter { public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture) { if(values.Length == 2 && …

Developer technologies | .NET | .NET MAUI
asked 2025-07-01T20:56:04.42+00:00
Eduardo Gomez 3,691 Reputation points
edited a comment 2025-07-10T10:50:31.65+00:00
Eduardo Gomez 3,691 Reputation points
0 answers

why I can not request permission of manage_external_storage?

i am using .net android and if I requestPermission of manage_external_storage it will call OnRequestPermissionsResult with grantResults =- 1 why?

Developer technologies | .NET | .NET MAUI
asked 2025-07-10T10:04:05.3866667+00:00
mc 5,551 Reputation points
2 answers

Publishing a .NET MAUI app fails with error message "You must include a valid app package manifest file named AppxManifest.xml in the source."

I'm trying to publish a .NET MAUI app. The source code contains a "Package.appxmanifest" file. When I try to publish, it fails with the following error messages: You must include a valid app package manifest file named AppxManifest.xml in…

Developer technologies | .NET | .NET MAUI
asked 2025-07-03T08:53:59.06+00:00
Andreas Stavropoulos 5 Reputation points
commented 2025-07-10T09:53:46.2966667+00:00
Tony Dinh (WICLOUD CORPORATION) 160 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Maui project not build after added this plugin "Plugin.Firebase.Analytics"

Maui project not build after added this plugin "Plugin.Firebase.Analytics" Create New Project -> Update All Packages -> Add "Plugin.Firebase.Analytics" NuGet package -> After clean Project -> Rebuild the project and it'…

Developer technologies | .NET | .NET MAUI
asked 2025-05-27T09:10:44.0533333+00:00
Bhuwan 956 Reputation points
accepted 2025-07-10T07:28:01.12+00:00
Bhuwan 956 Reputation points
1 answer One of the answers was accepted by the question author.

Binding null, but is working

In have my viewModel using System.Collections.ObjectModel; namespace FireChat.ViewModels; public partial class AppShellViewModel : BaseViewModel { readonly FirebaseAuthClient _authClient; readonly WeakReferenceMessenger _messenger; …

Developer technologies | .NET | .NET MAUI
asked 2025-05-09T23:45:59.3366667+00:00
Eduardo Gomez 3,691 Reputation points
accepted 2025-07-10T05:56:22.6533333+00:00
Eduardo Gomez 3,691 Reputation points
1 answer One of the answers was accepted by the question author.

The RuntimeIdentifier platform 'iossimulator-x64' and the PlatformTarget 'arm64' must be compatible

Hello, I am encountering the following error when running the application on my MacBook. However, when I connect the MacBook to a Windows laptop and run it from there, it works fine. The issue only occurs when I try to run the application directly on…

Developer technologies | .NET | .NET MAUI
asked 2025-07-09T16:17:44.4866667+00:00
Bhuwan 956 Reputation points
accepted 2025-07-10T02:44:42.07+00:00
Bhuwan 956 Reputation points
2 answers

How to visit the views of carouselview different item ?

webview will display embed youtube video I need user webview.EvaluateJavaScriptAsync to control the video. Then, how can i visit the webview of different items ? <CarouselView Grid.Row="2" x:Name="cView"…

Developer technologies | .NET | .NET MAUI
asked 2024-04-29T07:10:20.56+00:00
Fei Xu 490 Reputation points
answered 2025-07-09T12:32:36.7066667+00:00
John looks 0 Reputation points
1 answer

Which control needs to be used to show loading image for Images.

I'm working with large size images, that will take good amount of time to load the image, So for that thing i want show a dummy image like FFimage loading until the actual image loads, So which control will you suggest for this requirement, I tried with…

Developer technologies | .NET | .NET MAUI
asked 2025-04-08T09:52:49.4866667+00:00
Vaibhav Methuku 165 Reputation points
answered 2025-07-09T09:49:43.3233333+00:00
Michael Le (WICLOUD CORPORATION) 465 Reputation points Microsoft External Staff
2 answers

Limitations When Launching .NET MAUI Windows App via Custom URI Scheme

I've added the following entry to the Package.appxmanifest for my .NET MAUI Windows app to support activation via a custom URI scheme: After investigating this setup, I observed the following limitations: Key Findings Windows Focus Restrictions: When the…

Developer technologies | .NET | .NET MAUI
asked 2025-05-09T07:36:07.6433333+00:00
Sagar Shinde 0 Reputation points
answered 2025-07-09T09:41:07.81+00:00
Tony Dinh (WICLOUD CORPORATION) 160 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Seeing red dot sign on MAUI (explorer on resources) in .NET 9

I am seeing the red small sign on Resources folder in .NET MAUI (in .NET 9). I am working on the folder that is in a GitHub repository have a workflow open. How to resolve this problem.

Developer technologies | .NET | .NET MAUI
asked 2025-05-06T17:36:52.44+00:00
Soumyadip Majumder 120 Reputation points
commented 2025-07-09T07:07:22.78+00:00
Soumyadip Majumder 120 Reputation points