4,153 questions with Developer technologies | .NET | .NET MAUI tags
MAUI app crash when execute BindableLayout.SetItemsSource with visual studio 2022 17.14.7
After the command BindableLayout.SetItemsSource(FlexLayout, IEnumerable) in DEBUG environment and WinUI it gives the error: System.ArgumentOutOfRangeException in System.Private.CoreLib.dll Exception thrown: 'System.Reflection.TargetInvocationException'…
Developer technologies | .NET | .NET MAUI
How to improve tapping feedback in Maui
Hello. Please. how to improve the feedback of tap recognize on a label of one character because the tapping area is small the tapping feedback is lower. In my app I have a grid row with 10 columns and in each grid cell I have a one character label with…
Developer technologies | .NET | .NET MAUI
How to fix could not find error
I'm working on a maui app. when i try to build project it gives "System could not find the file. (2): C:\Users\jello\OneDrive\Masaüstü\wx\VSC\MAUI\Ccalculate\Ccalculate\obj\Debug\net9.0-android\assets." error message. how can i fix it?
Developer technologies | .NET | .NET MAUI
Maui toolkit popup window size controling
Hello all. I built a toolkit popup according the Microsoft doc. and I want that the width of the popup window to fill the screen width. How I do that. I tried horizontal option fill but that's not working. Thank you very much
Developer technologies | .NET | .NET MAUI
Why Can't I Choose AnyCPU as Platform Target in MAUI Project Properties?
When I try to choose AnyCPU as Platform Target for a MAUI project, the drop-down list returns back to ARM64. What is, therefore, enforcing the ARM64 choice for the project? Visual Studio Version: 17.6.4 .NET SDK Version: 7.0.400-preview.23274.1 .NET…
Developer technologies | .NET | .NET MAUI
Developer technologies | C#
.Net Maui Shell navigation, is it possible to keep previouse page state as in NavigationPage (old way)?
I have a listing page with a CollectionView control, when item clicked it opens a details page, when back button pressed on details page, i lose the scoll position on listing page! With Shell navigation the previouse page is rerendered everytime we back…
Developer technologies | .NET | .NET MAUI
your system is getting an error exporting cert
I am trying to export an app certificate and your system keeps giving an error
Developer technologies | .NET | .NET MAUI
MAUI: Rebuild Error: Type androidx.collection.ArrayMapKt is defined multiple times
I am getting below error when rebuilding in release mode: 1>MSBUILD : java.exe error JAVA0000: Error in…
Developer technologies | .NET | .NET MAUI
Severity Code Description Project File Line Suppression State Error MSB4100 Expected "$([System.String]::Copy('%(Identity)').EndsWith('.resources.dll'))" to evaluate to a boolean instead of "$([System.String]::Copy('C:\Users\tarek\OneDrive\Desktop\StoreAp
Severity Code Description Project File Line Suppression State Error MSB4100 Expected "$([System.String]::Copy('%(Identity)').EndsWith('.resources.dll'))" to evaluate to a boolean instead of…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Developer technologies | .NET | .NET MAUI
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
How do you get View Page from its associated ViewModel programmatically?
There are rare occasions where I want to get a View Page object from its own ViewModel. Don't worry about the oft-said warning of: "don't break the MVVM pattern". I just want to get the View Page from its ViewModel programmatically. I can do…
Developer technologies | .NET | .NET MAUI
Developer technologies | C#
Dynamic NavMenu
I am trying to implement the default NavMenu.razor with a number of NavLinks where one of the items is not visible by default. It should only become visible after an authenticated user belonging to a specific role condition is true. My code snippet is…
Developer technologies | .NET | .NET MAUI
iOS App crash on version 15.8.4
My iOS app crash on version 15.8.4 and getting this error- Objective-C exception thrown. Name: NSInvalidArgumentException Reason: -[UIBarButtonItem initWithBarButtonSystemItem:primaryAction:menu:]: unrecognized selector sent to instance…
Developer technologies | .NET | .NET MAUI
how to change the color of the rippleDrawable of button in .net android?
I am using .net android and how to edit the color of the rippleDrawable of button in .net android? I have set the colorstatelist of enabled but it not changed.
Developer technologies | .NET | .NET MAUI
Scrolling Issue on Tabbed Page in iOS When Adding Dynamic Labels
I am experiencing a scrolling issue on a tabbed page in iOS when dynamically adding labels. In most cases (approximately 8 out of 10 times), I am unable to scroll down after adding the labels. This issue occurs on both real and simulator devices. …
Developer technologies | .NET | .NET MAUI
UI freezes for sometime after UI binding
My data is binding to UI quickly but the UI freezes for few seconds and I have only 2 records. I am loading data in ContentView Loaded event var newStops = await Task.Run(() => { return response.Stops .OrderByDescending(x =>…
Developer technologies | .NET | .NET MAUI
Can I use getManufacturerSpecificData in StartDiscovery in .net android?
how to use getManufacturerSpecificData in StartDiscovery not StartLeScan?
Developer technologies | .NET | .NET MAUI
Unable to Authenticate MAUI Application on Android
I have a Blazor hybrid app that successfully authenticates against Azure client OpenID authentication scheme on windows but fails on android device. Is there a working example to reference specifically for Android?
Developer technologies | .NET | .NET MAUI
How to fix this issue - Failed to marshal the Objective-C object 0x1257d5880
I am facing an issue on an iOS device. After installing the app and opening it, I encounter this error. Failed to marshal the Objective-C object 0x1257d5880 (type: Microsoft_Maui_Controls_Handlers_Items_VerticalCell). Could not find an existing managed…
Developer technologies | .NET | .NET MAUI
When I try to deploy to an iPhone 6 running iOS 12.5.7 I get: error MT1006: Could not install the application ... on the device 'iPwn Nova': Device is invalid (0xe8000084).
A couple of my apps and also a brand new created test app all get the same error when I try to deploy to either of my iPhone 6 devices. It also takes a very long time for the error to finally occur and the build to stop. I can say the following things…