Content
Blazor textarea setting issue
Hello all. how I do set a textarea element so it will have a specific width an height and that it's text will have a horizontal and vertical scrollable . I want that when user type text the line length be when user keying ENTER key. Thank you very much
How to fix Severity Code APT2062 failed linking references.
Hi There, When I try to run the .Net Maui project on android Emulator I found run time error say that. "Severity Code Description Project File Line Suppression State Priority Error APT2062 failed linking references.C:\ ProgramFiles \dotnet \packs…
MAUI: Listview isvisible property is not working from the code behind?
I am trying to show the selected image or file on my UI on a listview. So initially the listview's IsVisible I set to false and after picking item I set the IsVisible property to true. My problem is after picking item the listview is not visible on the…
Problem encountered while configuring the automatic provisioning profile for Xamarin iOS in Visual Studio 2023 in window 11
I've successfully generated a new API key for setting up my Apple account in Visual Studio Xamarin. I've added the new API key, which you can observe below. However, when I opt for 'Bundle signing' with Automatic provisioning, it encounters an error.…
Entity Framework BulkInsert Temp table without creating
Hi, I am creating Temp Table and inserting data with EF BulkInsert , then I use that temp table in the dynamic script. I need to BulkInsert 100K rows into SQL Server but it was keep loading . I tried to insert insert for loop but I am getting a error…
How to deploy ASP.net application with OAM authentication in Azure PaaS
Team, we are supporting Asp.net application with SQL server and its hosted in On-premises server. we are planning move to Azure PaaS environment. we have challenge is Application using OAM authentication to deploy the application. Is It possible to…
How can I do a [MemberNotNull] for an Entity Framework IncludeAll() method I wrote?
I have the following helper method. This includes all complex properties in my Event DbSet (actually there's 9 properties but I reduced it for clarity): public static IQueryable<Event> IncludeAll(this IQueryable<Event> source) { return…


Load XAML file dynamically
Hello, In my desktop application I have some themes and styles defined like this: <?xml version="1.0" encoding="UTF-8" ?> <ResourceDictionary x:Class="App.Themes.S" …


.Net MAUI alternate Nuget Package for Xam.Plugin.Iconize(Xam.FormsPlugin.Iconize)
We are using Xam.Plugin.Iconize(Xam.FormsPlugin.Iconize) in our Xamarin Forms project. i.e xmlns:iconize="clrnamespace:FormsPlugin.Iconize;assembly=FormsPlugin.Iconize" <iconize:IconImage WidthRequest="44" …
Maui mobile app using Signalr is encoding hub name in ConnectionData parameter on iOS 17
We have a mobile app in production built using Maui. The server running the api is it connecting to uses .net framework. There are issues connecting to signalR from iOS17 devices. From debug we can see the following: iOS 17 device sets the connectionData…
TestContext is null when invoking method using Reflection
I am invoking a Data Driven Test Method from another service using Reflection. This Data Driven test read the data from file using TestContext and it is null. The purpose of this service is to run all the End to End tests available in the UnitTest1…
Xamarin.Forms best Third-Party Controls
Hello and hope doing well. Our team is making a research of which third party controls are better for xamarin forms. We found that till now, existed companys are: Telerik SyncFusion DevExpress Infragistics ComponentOne Steema Has anyone…


staticwebapp.config.json is being ignored
I'm hosting a blazor wasm app in azure static web apps but my staticwebapp.config.json is being ignored. I've tried placing it in the root folder and /wwwroot. I'm deploying through visual studio This is the contents of the json file: { …
Adding currency symbol to gridview bounfield data
Hello, Please is it possible to add a label control to represent currency symbol beside the amount figure in boundfield? *The currency symbol will be fetched from database field and displayed in a label control Just as seen in this image…
How to open and close menu by event 'onMouseOver&onMouseLeave' in React JS Material ui
I'm beginner to react JS and I want to show a drop-down list of items whenever a user hovers on the button without having to click on the button for this I have tried this below code but it is not working fine. I have referred this example…
How do I configure Full Text Search for my database
Hi all; I've read this (really helpful), this, & this. I think I understand how to select the varchar columns in my primary class. So for (Entity Framework - code first): public class Event { public int Id { get; private set; } public string…

Visual Studio for Mac support .NET 7.0 Bindings to Xcode 15?
Hello, we are in the middle of porting our Xamarin Forms application to .NET MAUI and need to know if Visual Studio for Mac will support .NET 7 binding for Xcode 15, and if so, do you have information about a release date?

Server 2022 - Maui app with net .7 is not working
Hi, I installed Maui app on server 2019 with this command and its works but on server 2022 its not work: dotnet publish -f net7.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true…
Finding parent form and tablelayoutPanel
hello , private void TDlloading_error_Load(object sender, EventArgs e) { HideButtonsInParentFormTableLayoutPanel(); } private void HideButtonsInParentFormTableLayoutPanel() { // Access the parent…
Xamarin Android: Obtain the IMEI from a device with Android 10
One of our customers is updating his Android devices to version 10.0 (API 29). The app that our customer uses is manually installed via APK on each device. The app is NOT released via public stores. Each device is NOT associated with any physical person,…