Experiencing Http timeouts when Http calls are made from two .Net frameworks together (.Net Framework 4.8 and .Net Standerd 2.0)
I have an ASP.Net Web API built on .Net Framework 4.8 and we are using a self created nuget library which is built on .Net Standerd 2.0. this nuget library makes Http calls to 3rd party service. To make Http calls we are using single HttpClient object…
.NET Runtime
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…
.NET Runtime
.NET MAUI doesn't fullfill entire screen on iOS 18, but is fine on Windows/Android/IOS 16
Hello .NET MAUI doesn't fill entire screen on iOS 18 (see picture of real mobile behaviour) you can recognize MAUI rectange area (background color of Webkit webview controll is full filled on the screen, but all XAMLs like AbsoluteLayout StackLayouts...…
.NET MAUI
Testing MAUI App in Firebase Test Lab
When trying to test a MAUI application in Firebase's Test Lab, there are issues with referencing the username and password fields for entering credentials. Setting the AutomationId to the expected values in the Test Lab was attempted, but upon…
.NET MAUI

Are there any products (paid or otherwise) that can be used to convert Microsoft Quickbasic into .net or .net core projects?
I've tried the simplest route of adding the .bas files as modules to a vb6 project and then planned to take the resulting vb project and converting it to .net, but unfortunately QuickBasic doesn't seem to want to work in that environment. I'm trying to…
.NET Runtime
Latest ios 18 and vs updates killed maui build for iOS project
I was using on older version of iOS and xcode to get some changes in before the cutoff date for supporting the older xamarin sdks. I have been working on another maui app, which was building fine previously. After udpating to the new mac OS and Xcode on…
.NET MAUI
Unable to load the service index for source https://api.nuget.org/v3/index.json.
Visual Studio2022: Nuget package manager is giving error: Unable to load the service index for source https://api.nuget.org/v3/index.json. Windows 10 machine Cannot access https://api.nuget.org/v3/index.json. in the browser …
.NET Runtime
MAUI: Rebuild Error: Type androidx.collection.ArrayMapKt is defined multiple times
I am getting below error when rebuilding in release mode: 1>MSBUILD : java.exe error JAVA0000: Error in…
.NET MAUI
How do I enable “JIT Debugging” for Microsoft .NET Framework In Windows 7?
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at…
.NET Internet of things
Parser Error: Could not load type 'TP.RDLCReports' after converting WSP to WAP
Hello everyone, I recently converted an ASP.NET Web Site Project (WSP) to a Web Application Project (WAP) using Visual Studio. Most pages are working correctly after the conversion, but I’m having an issue with one specific page: RDLCReports.aspx, which…
.NET Runtime
Blazor app freezing at login redirect
A Blazor app is freezing when launched, specifically encountered during the routing process in the file. The issue was noted after coding on a different page, which is independent of the front page. Debugging with console logs indicates that the app…
Blazor Training
Connecting to SQLExpress Database takes long time
Upgraded .net 4.8 C# app to .net 8. The new version takes 30 seconds to connect to SQLExpress database on server (\ServerName\SQLExpress). Original version took less than 1 second to connect to same server. Management Studio and reporting tool also…
.NET Runtime

.NET 8.0 MVC APP returns 'Service Unavailable' after a while when deploying to IIS 10, but works well in IDE and Docker Desktop
This issue drives me crazy. I have a web app designed on .NET 8.0, MVC, and use OpenID to connect to AAD for authentication. It works well in IDE (VS 2022). The docker image also runs fine on Docker Desktop. Unfortunately, after deployed to IIS 10 on…
.NET Runtime
I keep receiving The parameter is incorrect. Assets/Fonts/Segoe UI.otf is not a valid absolute URI. on Maui WinUI app
I keep receiving The parameter is incorrect. Assets/Fonts/Segoe UI.otf is not a valid absolute URI. on Maui WinUI app, eventhough I don't use this font anywhere and only Sentry seems to find this error. However this error occurs constantly and…
.NET MAUI
how to fix azure app configuration connectivity issue using managed idnetity
we have created Azure app configuration and used it through managed identity. for this we follow the steps as below enable system assigned identity in app service In app configuration we have add role as configuration data reader to app service use…
.NET Runtime
AppDynamics / Atlas-System AVG Response Time reached to high number.
AVG Response Time reached to high number. Server IIS How to fix..? AppDynamics / Atlas-System AVG Response Time reached to high number.
.NET Runtime
i want to connect my wp site with DOTNet.
i want to connect website https://distextformatting.com/ with the dotnet framework. Actually the tool operate best with framework, any idea how to handle this?
Entity Framework Core Training
.Net Framework - Microsoft.Data.SqlClient trusted certificate error though not using that driver
This is a .NET Framework 4.8 console project, but there is no tag for that. I am using Visual Studio 2022 - v17.10.1 When I try to add either an Entity Framework (v6.5.1) model from an existing SQL Server database, I get an error regarding a trusted…
Entity Framework Core Training
Push Notification Icon Color Issue in .NET MAUI Local Notifications
I have implemented push notifications using LocalPushNotification in my .NET MAUI app. I'm setting the small icon using: .SetSmallIcon(Resource.Drawable.ic_push_notification_solid) The issue is that the icon is displayed in gray instead of its…
.NET MAUI
Will .net8 support 32 bit Application when built on "Any CPU" Configuration
I am not able to run an application that is built on "Any CPU" configuration in 32 bit OS, but if i explicitly provide the architecture as x86 the application works properly. Will .net8 still support 32 bit application when built on "Any…