Getting "We couldn't sign you in" error after signing into .NET Core web app using Azure authentication
I'm trying to retrofit Azure authentication into a .NET Core v8 web application. I'm using this tutorial: https://video2.skills-academy.com/en-us/entra/identity-platform/tutorial-web-app-dotnet-call-api?tabs=visual-studio%2Cdotnet6 I have an application set up…
How to detect user's inactiveness in Blazor server app
We are developing a Blazor Server App, with no single line of JS written so far. This may be a basic question. My question is how to detect the user's inactiveness on Blazor server app and prompt them to either continue or logout or simply log…
403 Forbidden Error while trying to access authorized routes in a .NetCore 8 WebAPI -
Hi All, Let me discuss my problem in clear detail. I am trying to build a backend webAPI for an app using .NetCore 8. I created the database for my webapi by using code-first migrations on AspNet Identity. The respective tables have been created. In…
Drag and drop in Win UI
Hi, I'm doing drag and drop in Win UI application, but I have a problem. In drag and drop there is only Data.SetStorageItems method. It accepts an IStorageItem with which I have no access to hidden files and shortcuts (only using file picker, but in my…
ClosedXML and System.Memory Error in .NET 8: Anyone Solved This?
Hi everyone! I’m migrating a project from .NET 4.8 to .NET 8. The ClosedXML library is compatible with .NET 8, but I’m encountering an error when using the XLWorkbook class. Despite installing System.Memory, the error still occurs, as shown in the image…
Creating Relationships Between Entities in gRPC Using Proto Files
Hello everyone, I have just started working with ASP.NET Core gRPC. I have a question: I have several proto files, and one of these files references another proto file. In this case, I want to use messages from the referenced file as fields in a message…
"Not In Keychain" Issue with Apple Distribution Certificate in Visual Studio, Xcode 16
Hello everyone, I'm having trouble getting my Apple Distribution certificate to show up as valid in Visual Studio 17.11.5 for a Xamarin project. In Xamarin Apple Accounts under Apple Distribution, the certificate appears as "Not In…
How do I get a collapsible submenu in the left side navigation menu?
I am rewriting an old ASP.NET WebForms application. I am using Razor, so that I can use Windows Authentication, then Blazor in some of the pages, but at this point my question isn't about Blazor, it is about Razor. I want to add a collapsible submenu in…
Error occurred when using ODBC driver with Workload Identity to connect to Azure Databricks Workspace from an AKS Pod deployment
Hello everybody. As per the title, I am trying to achieve the followings: Connect to an Azure Databricks Workspace, in order to execute an SQL Query, from an Azure Function running on an AKS Pod. Pod deployment is made using CI/CD pipelines with…
access tty ports
Hi, I try to access with the tty ports on my tablet but the use of _usbManager = (UsbManager)activity.GetSystemService(Context.UsbService); but the result is just the regular usb ports. i check in terminal ls -l /dev/ttymxc* and i get a complate…
Asking for suggestions on how to proceed with no FKs
I am at the beginning of re-writing an old ASP.NET WebForms application, into an ASP.NET Core app using Razor and Blazor. The difficult step I am facing now is the database. The original developers, all who left before I was hired, had originally used…
Can't center Shell Title on Android
Can't for the life of me figure out a way to center the Shell Title on Android as it's on the left (start) on Android vs the center on iOS, I want to make both centered. Original AppSheel.xaml code: <?xml version="1.0"…
'No Matching Profile Found' While Selecting Distribution Profile For MAUI iOS Application In MAUI In Visual Studio MAC
Visiting developer portal of apple Created New App Chosed iOS platform Entered name, language, bundle ID (Same as in the source code), SKU with full access Save Added New Device Go to certificates, identifiers & profiles Chosen iOS…
'No Matching Profile Found' While Selecting Distribution Profile For MAUI iOS Application In MAUI In Visual Studio MAC
Visiting developer portal of apple Created New App Chosed iOS platform Entered name, language, bundle ID (Same as in the source code), SKU with full access Save Added New Device Go to certificates, identifiers & profiles Chosen iOS…
realtime update
I have a service, that is uploading to firestore async Task LoadOrInitializeTurbineAsync() { var turbinesRef = _firestoreDb!.Collection(collectionName); var snapshot = await turbinesRef.GetSnapshotAsync(); if (snapshot.Count ==…
In Visual Studio 2022 in Error list window errors are not displaying
Hello Team, Required help on resolving the issue which I'm currently facing. In my Visual Studio 2022, Errors are not showing even though the error count was showing in the Error list window, but when I click on the Errors it was not showing any error,…
SSlStream Authentication failing in .NET MAUI Android app whereas same is working in Xamarin.forms
have connected to Controller via WiFi from .NET MAUI Android app and TLS is enabled in connected Controller. From .NET MAUI Android project, I am trying to authenticate SSLStream with below code SslStream _secureStream = new SslStream( new…
How to troubleshot HttpWebRequest if X509Certificate is not added properly
Hello all, I am adding a X509Certificate to the HttpRequest like the following: HttpWebRequest request = (HttpWebRequest)WebRequest.Create("webserviceurl"); request.ClientCertificates.Clear(); X509Certificate certificate = new…
Package Microsoft.Azure.SignalR.AspNet hu bstate showed consistent connections
From the doc centre for my org website chat condition using SignalR. My clients have complained there is connect issue every time. It was working fine for 3 months. Any update from Azure? I validated to see if it’s coming from other clients, and found…
XML Xml Serialization error in MAUI iOS
Good afternoon. We are developing a mobile application for iOS on MAUI (.net 9-0). When using the Apple development profile, our application is assembled and deployed on the device without any problems (using the IDE Rider). But when we change the Apple…