
how-to-forcefully-set-ies-compatibility-mode-off-from-the-server-side
Hi, I have an application that opens in Edge wih IE mode due to organization policy. From that application we open Blazor application in new tab/window. Due to redirection it also opens in Edge with IE mode and Blazor does'nt wor in IE mode. Please help…

IP blocked from accessing Microsoft services via .NET HttpClient
Hello, Since today, April 24th, I'm experiencing connectivity issues to most Microsoft services from my public fix IP address given by my hosting provider. Specifically, with dotnet tools (dotnet add package, dotnet restore, or actually anything that…
Implementing OIDC client in ASP.NET Framework 4.8 application
Hi, We have our ASP.NET web application which has been developed using .Net Framework 4.8. We have done the authentication using WS Feb (Auth0). It has been configured in Web.Config. I would like to change it to OIDC. Kindly suggest how it can be…
Toasts pop-up and automatic closure issues
hello, I implemented a pop-up box using JavaScript, Here is the JavaScript calling scheme. Toasts: <div class="toast-container bottom-0 end-0 p-3"> <div id="deptStatusChangeTip"…
How to register .net 8 build activex so that test program can run access it from different folder
I can run C:\Windows\syswow64\regsvr32 to register my activex.dll which is stored at the C:\Program Files (x86)\AA but the test program, test.exe, could not access it from C: \Program Files (x86)\BB folder. Any thought?

Best Practice for Managing Multiple .NET Hosting Bundle Versions on the Same Server
Hi, We currently have a self-contained .NET project (Project A) running on our Windows server, built with .NET Runtime 8.0.10. The application is hosted using IIS, so we also installed the .NET 8.0.10 Windows Hosting Bundle to support it. Now, we are…
problem of aspnetcore-browser-refresh.js connection failed.
Microsoft Team, I am working with Visual Studio version 17.13.6 and facing the aspnetcore-browser-refresh.js:350 WebSocket connection to 'wss://localhost:' failed:. issue. Also, I found the below solution from Microsoft, but unfortunately, I cannot find…
Crashing while opening the webview in maui - Net 9
Recently we had migrated our application from the .net 8 to the .net 9. we are having the web view in our application. in the .Net 8 the webview is working fine. where comes to the .net 9 the application is crashing while opening that page with the…
the rotation is not work as expected?
I am using .net-android and want to use canvas to draw cube and rotate it.this is the code:`public class XyCube { public float width; public float height; public Color Color; public float center_x; public float center_y; public float…
How to discard/undo a check-out on a DriveItem?
Hello friends, I'm using the latest version of the Microsoft.Graph nuget package for .net. How can I undo a check-out of a DriveItem without creating a new version in the File history? Currently I check-in the DriveItem, get the Version History and take…
Why do I keep getting an error when trying to use different packages in a session using a .yml file?
I am trying to run sentiment analysis with flair through an Apache Spark session using a Spark Pool in Azure Synapse Analytics. I need to have several packages that are not pre-installed in synapse, so I am using a .yml file to upload the packages I need…

AADSTS165000: invalid Request: The request tokens do not match the user context,
MAUI. Android app, use Oauth2D to login. Always get the error: Requestld:50664542-03a0-48dc-b330-acf123cf9f00 Correlationld:27fdf9bd-1dd4-4b3b-a556-34f7c03c17af Timestamp:2025-04-02T02:58:37Z Message:AADSTS165000: invalid Request: The request tokens do…
can not add this jar file to .net android?
this is jar file which to search BLE I can use it in android but can not use it in .net-android WCHBLELibrary.log you can rename this file to jar I create in android binding project and add it. and get dll file and add it to .net-android. If I call the…
How to call stored procedure procedure using entity framework core?
I work on asp.net core entity framework I have csharp function done using ado dotnet stored proceure i need to convert it using entity framwork core with another meaning how to call stored proceure using entity framework core 6 and i don't need to use…
How to obtain the number of rows of data in a table tag through C # code ?
Hello, I want to obtain the number of rows of data in the table tag through C # code, but, However, I couldn't find how to bind table DOM elements. Can you teach me? Thank you test.razor : @page…
Entity framework 6.0 in .NET framework not reflecting latest table addition in MSbuild
Hi, i have an issue with legacy code using Entity framework 6.0 (DB first) model DLL build from .NET framework 4.6.2 & MS Build 15.0 not reflecting latest table additions after it is build in CI/CD, but works fine, when it is build & run from…
HttpClient showing not registered Blazor WebAssembly
How to consume WebApi in blazor webassembly in .net 8 or 9. I added scope Http Client but am still getting the error not registered Http Client. My project is the render InteractiveWebAssembly Project, which has two project Client and Main. …


How to cancel navigation to a page in .NET MAUI
Please tell me how I can stop navigation to a page in a .NET MAUI Shell app if, for example, the user is not authorized to access the page. I have a nice authentication system and I have access and refresh tokens for communicating with the server, but…
Where to get App SID for a Windows Notification Server if I have a Entra Id Line of Business App?
I have a WinUI .NET Maui Windows App that does not get publish on the Windows Store - it is a Line of Business app - the Windows Push Notification server requires that I get the App SID and Security Key - where would I get that for a LOB app.
Get USB Info with impersonation is not working
Hi, Without impersonation I get USB info. With impersonation is not working. I'm using .NET 9 , MAUI on windows. I got driver is not ready!!! Can you please help ? My code with impersonation is : `if…