gRPC connection error: "Error starting gRPC call. HttpRequestException: Requesting HTTP version 2.0 with version policy RequestVersionExact while unable to establish HTTP/2 connection."
Hello! Can you suggest what might be the source (And remedy) for this error that occurs on certain PCs in our organization, but not others? System.Exception: Unable to establish connection because Rpc error 'Internal':…
Integrating Video Conferencing in a Blazor Application
I want to use video conferencing in my Blazor application. Here is a requirement for my application. Virtual Classroom: Integrate a video conferencing library to build a real-time classroom experience. Explore libraries offering screen-sharing…
.Net 8.0.10 and 8.0.11 hosting bundle doesn't install components
I have downloaded and installed the .NET Core Hosting bundle for 8.0.10. In the past when installing this bundle it will install the following components: Microsoft .NET Runtime - version (x64) Microsoft .NET Runtime - version (x86) Microsoft ASP.NET…
.Net 8.0.10 and 8.0.11 hosting bundle doesn't install components
I have downloaded and installed the .NET Core Hosting bundle for 8.0.10. In the past when installing this bundle it will install the following components: Microsoft .NET Runtime - version (x64) Microsoft .NET Runtime - version (x86) Microsoft ASP.NET…
Customize antiforgery failure response
I want to customize the response received by the client when CSRF token validation fails. I was looking at ASP.NET Core's source code and found the middleware I think is supposed to handle CSRF token validation. By looking at it I found that it sets an…
How to apply Page Transformer animation like Google Play Books app In CarsoulView
I have a app in .Net MAUI API level 33 visual studio 2022 I am displaying my book content (50 pages ) in CarsoulView (one page at a time on screen) . When i am scrolling any page in CarsoulView I want to apply animation like Google Play Books app. Is…
how to Select List first Item Show Hide
I need to design a selectlist whose first value (select name) will hide the span tag if it is in state. When I change the value i.e. the selectlist is changed then the Span tag will be visible above the selectlist. Again when the first value is selected…
gRPC connection error: "Error starting gRPC call. HttpRequestException: Requesting HTTP version 2.0 with version policy RequestVersionExact while unable to establish HTTP/2 connection."
Hello! Can you suggest what might be the source (And remedy) for this error that occurs on certain PCs in our organization, but not others? System.Exception: Unable to establish connection because Rpc error 'Internal':…
Is using Microsoft Azure Managed Identities the only way of using EF Core?
I am rewriting an old ASP.NET WebForms application, into a server-side Blazor application using .NET 8. And I'm also going to use Entity Framework Core 8. I've been following along in these two Microsoft Learn courses DbContext Lifetime, Configuration,…
border color in custom control
I have a custom control <VerticalStackLayout BindingContext="{x:Binding Source={x:Reference ImageButton}}"> <Border Margin="10" Padding="10" HorizontalOptions="Start" …
Maximum Length Exceeded
I am seeing the following error in my logs: EntityFramework.Exceptions.Common.MaxLengthExceededException: Maximum length exceeded ---> Microsoft.Data.SqlClient.SqlException (0x80131904): String or binary data would be truncated in table 'dbo.Profile',…
Azure app service continuous deployment failed after upgrading project to .NET 9
After upgrading our application to use .NET 9, Azure app service build service unable to build and deploy our application. We already changed stack settings and continous deployment settings to .NET 9 A deployment log show that MSBuild version is…
search bar in shell behavior
So, I need to modify, my behavior on desktop I have the shell, with the Seach bar <Window x:Class="METROWIND.Views.MainWindow" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" …
asp.net gridview data insert two times how to avoid repeate
Hello This is my gridview data on button click i have foreach insert query most of them time it insert only one time but sometime it insert like this how to avoid duplicate insert
Can't deploy Visual Studio Net 9.0 project with Android
While deploying a Visual Studio Net 9.0 project, it occasionally gives a warning: This project is not suitable for Android, check for errors. After deploying the project with Windows, it can be deployed on Android. This situation is repeated from time to…
Publish: Do not copy files in folder App_Data
My ASP.Net Application has been developped several years ago with Visual Studio Express 2013 for Web. Now I edited it with Visual Studio 2022 and published it using the Publish... command. Here I checked the "Do not copy AppData folder"…
Error adding settings page in WinUI 3 MVVM app using Template Studio
I'm trying to add a settings page to my existing WinUI 3 app using Template Studio (With Navigation Bar) with the MVVM pattern. However, I'm encountering the following error: System.Exception: Error executing…
How do I localize the AppDescription of Desktop Bridge apps?
I have a UWP application. The project contains the following files: de-DE\Resources.resw en-US\Resources.resw Each file contains a text with the key AppDescription. en-US is set as the default language in Package.appxmanifest. When submitting to the…
Microservice Solutions with Ocelot on Azure
I am looking to deploy multiple microservices using Azure Kubernetes Service (AKS). All communication between these microservices is routed through an API Gateway. The services include: API Gateway (Ocelot) Auth API Core Service RabbitMQ These are all…
ASP.NET Gridview Header column not freezing properly
I'm using gridview with freezing header in ASP.NET application. But, freezing is not showing while running the application. what is the issue in the below code...? <%@ Page Language="C#" AutoEventWireup="true"…