Content
Creating similar screen in ASP.NET (Web forms)
Hi, I would like to create something similar to this in ASP.NET: Which is the best way to do it? Thanks


How to fix double permission popup in xamarin ios web view
When I am trying to use camera in a web view, there are two permissions that are asked in iOS. One is the popup created from browser and the other is created from the Phone. Are there are any ways to avoid the browser popup for camera permission?


BackgroundService Serilog how to email?
Hi, In my background service, I would like to send error logs. Although there is an error, the email sink does not work. The error is being written to the file and mssqlserver successfully. Can you please share your experiences? Here is the…


How create a Xamarin Android distro than can be sideloaded?
I have done this before. I believe in Android Porject->Properties->Archive I used to be able to create an APK that could then be sideloaded from a shared Windows server onto an Android device. I am now on VS 2022 and it seems the only Archive…


How to Change the Default .NET Logo and Splash Screen on an iPhone iOS .NET MAUI
Does anyone know why the app icon and splash screen will not change in debug mode on my Local Device, iPhone 12 Max pro? I do not have an Android phone to test with but the icon and splash screen do change on the emulator. This is how the .csproj is…


Unable to bind the selected image file in Blazor file upload
"This question is updated with minimal sample as my old question doesnt give more info" I am learning blazor and c# fundas with a simple app.This app will allow you tobrowse all kind of files including images.As all kind files we can browse, i…


Trying to upload excel file size 2 MB, when rows are more than 10000 then reading only 6000 rows and remaining rows are not added.
I am using Asp.net, using FileUpload control trying to read excel file and converting them into StringWriter. IF StringWriter data is processed directly in SQL query I can see all the rows are available but when I run through interface then I can see…


Issue upgrade from 3.1 to .net 6
I'm trying to upgrade from 3.1 to .net 6 getting below error. I've installed SDK 6.0.405 but no luck. Severity Code Description Project File Line Suppression State Error MSB3971 The reference assemblies for ".NETFramework,Version=v6.0" were not…


MAUI Exception Line Numbers / Debug Symbols
When I log an exception in my MAUI App (Android), the stacktrace doesn't contain line numbers (only if the debugger is attached!). I need stacktrace line numbers in release builds without attached debugger. Is this still not possible? / do I still…


BrowserLaunchOptions's Style
Hi, Is it possible to set the properties of the BrowserLaunchOptions in the Resources's Style file? Thanks, Jassim


Store and Read FontSize from Preferences
Hi, In my app I am allowing the user to set the FontSize of the control using Settings page and I am setting the FontSize this way: Preferences.Set("FontSize", SliderFontSize.Value.ToString()); But then in my Styles file, How can I…


Maui create release version of App
Ok I have an app which I would like to create a release version. I change to Release mode. I then build, took about 5 times before it worked. The errors mean absolutely nothing to me so I just kept on trying as this seems to be the way VS…


WebView: intercepting outgoing POST request body.
Hello, I have a login web app embedded in a WebView that returns id tokens through a POST request which I would like to intercept and handle in my .net MAUI application. I am currently able to intercept the outgoing POST request by using the WebView…


How to configure Auto update in MAUI application ?
Hi, Consider we have developed a MAUI application, for deployment of this MAUI application in multiple machine we created a setup file / package following this link -…


.NET 7 MAUI Blazor MacCatalyst App Builds but Fails to Execute
Everything is current (brand new install of Visual Studio, etc). I can build and run the app on Windows and I can build successfully on Mac but when it goes to launch whether it is debug or release it simply says "Execution failed." Which…


What is the MAUI equivalent of .NET Core's `_Layout.cshtml`?
You see, there's this image which needs to show up on every page of my MAUI app, and if it were a .NET Core app, I'd simply add it in _Layout.cshtml. However, with MAUI, I don't see a way of doing that easily. How would I go about this?


How to bind chart using web api in net maui
Hello to all I am working with chart controls in maui using syncfusion , and devexpess but both we can use only with license agreement.Is there any free chart control for maui. I want to bind my chart control by using web api. <dxc:PieChartView…


Edmx codegenerator for legacy project
I have been assigned a task required to use VS 2012 edmx generator. Therefore, I have to get a license for VS 2012 although we bought and use VS 2022. I am looking for a way that I do not have to install VS 2012. But the code won’t generate like VS…


How to program the OnBackButtonPressed Xamarin
Hello I implented the the Mediapicker in my xamarin page, but if I am in the menu for "Picking up Photo" I try to click on Back Button to turn back to the previous Mainpage but it doesnt work because the BackButton is not defined. Please…


xamarin android emulator android > 9 ? how to make ?
Hello all, I have vs 2022 entreprise installed on my computer all works fine with emulator below android 9 .. i can push my app , debug ans so on .. I've try to make an android 10 / 11 and so on but impossible to start it ,, Of course i have the sdk who…

