Request size limit in aspnet core application hosted on azure app service
I have my aspnet core 8 application hosted on azure app service. In the app, when I upload a file it give me request body size related error. I configured following code . //Solution 1 : services.Configure<KestrelServerOptions>(options…
Migrate VB.Net application from .Net 4.7 to .Net 8
Hi, Context: I have an application where the back-end is written in vb.Net and is running on .Net 4.8. As they are mostly back-end, they are either consol or dlls. Due to the history of the application, the front end is in ms Access! There are a few…
Future Plans and Limitations for .NET Core 2.1 on Azure
We are currently running applications on .NET Core 2.1 on some of our Azure servers. As we plan to update to a more recent .NET version, we want to prioritize and schedule this update effectively. I have a couple of questions regarding the use of the…
Flyout only in windows
Hello I am using tabs in my app, and I have researched that there is a bug in Windows, where tabs are on top Windows Android So, one thing that I can do, is to leave the tabs like I have on Android, and enable a flyout that will always be Locked on…
API connection error
I cannot believe an API call is giving me errors lol I really don't know what happening. I tested to if my Api call was ok, and it is ok I get 200 status code OK When I put it in Maui strange things happen Windows Android for Android I made sure to…
How to (enable/Disable or Text color change) in the items from picker .NET MAUI?
I am binding the observable collection to the picker (Itemsource). I need to enable only item 2. How to do that i am not getting?
Failed to publish Maui App after adding localization for Info.plist
Hi, I followed this documentation https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/localization?view=net-maui-8.0#ios-1 to localize description of permissions for iOS. What I've done: InfoPlist.strings files: InfoPlist.string: …
MacCatalyst: Tooltips are not functional
Hi, I'm in net 8. and i'm using ToolTipProperties.Text and is work after long time and not work when I change it runtime. Thanks, .
how to get hash of the object?
I am read excel and write it to database. for the duplicate item. how to get the hash code of each item? then I can compare it by the hash code. public class MyClassA { public int Id{get;set;} public string UserInfo{get;set;} public decimal…
Exception when linking to Microsoft Store Purchase API library from Blazor MAUI Windows App
Hi, I am have written multile Microsoft Store Apps in the UWP and WPF frameworks and published them to the Store. These apps all have to and do call the Microsoft Store Purchase API. Now I'm building a Blazor MAUI Store App and have found apps in the…
Xamarin.iOS: Failed to generate Ad-Hoc | Release Build from Migrated Project (Microsoft.NET.Sdk)
Hello, Error: Configuration doesn't target device Tools: Visual Studio 2022 (Version 17.6.14) According to the process of upgrade project from Xamarin to .Net sdk style, we have migrated Xamarin.iOS (native) project into sdk style project…
How to solve: Workload uninstallation failed: Workload version 8.0.401-baseline.24412.2 was not found.
I'm using version 8.0.401 of .NET SDK from the command line. After installing android workload, I can't uninstall it now. It generates this error: Workload uninstallation failed: Workload version 8.0.401-baseline.24412.2 was not found. How can I…
Camera option didn't appeared on MAUI android .net 8.0 WebView
My WebView does not show the camera functionality when the user interacts with the web page. This issue affects the ability to capture or upload images from the page. I have already added the necessary camera-related permissions to the…
How to download .NET SDK workloads for later installation?
dotnet workload -h doesn't list a download option. How do you download workloads instead of installing them right away? Thanks
What would be the best asp.net option that allows a SQL database and communicates with a .NET MAUI frontend?
I am currently working on designing a cross platform application with .NET MAUI. I've decided to migrate my previous database to a SQL database. Looking at the Microsoft documentation, it showed the asp.net core web MVC project as the standard for using…
MAUI: Splash screen with 2 logos
I am trying to create a splash screen with 2 logos, one on the sender and one as a footer. But I didn't get such type of implementation in MAUI. Is there any way to do it on MAUI? So I tried platform level integration like below for android. Created…
How to fix Signature validation failed when trying to validate an access token of Microsoft Entra ID
Hi, I'm trying to validate my access token signature from Microsoft Entra ID, as you can see in the below image, the "kid" attribute is different from the keys retrieved in the second image below that were retrieved from…
What is the best way to install .net Runtime v8.0 via Intune?
What is the current best way to install .net Runtime v8.0 via Intune to a large number of users? The .net website offers an .exe file but it doesn't contain an .msi I can turn into an Intune app. There are also winget instructions listed but winget…
How to write/read comma-separated data from an SQL table and load them into a datagridview column?
I want to write comma-separated string values entered in a text box to an SQL table and later fetch them from the table and load them into a data grid view column.
Application that targets .NET 4.8 does not support System.Data.SqlClient that targets .NET Standard 2.0
I have a dll (say TestLib.dll) that targets .NET Standard 2.0, which uses System.Data.SqlClient dll (this also targets .NET Standard 2.0). Now I'm using the TestLib.dll in an application (say TestApp) that targets .NET 4.8. Running the application…