321 questions with Developer technologies | .NET | Blazor tags

Sort by: Updated
0 answers

How to fixTypeLoadException: Could not load type 'Microsoft.Graph.IAuthenticationProviderOption' from assembly 'Microsoft.Graph.Core, Version=3.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

I am using Microsoft Graph 5.69 <PackageReference Include="Microsoft.Graph" Version="5.69.0" /> Each time, I register the Microsoft Graph service in program.cs …

Developer technologies .NET Blazor
Microsoft Security Microsoft Graph
asked 2025-02-18T06:59:59.4866667+00:00
Eric Lauwers 0 Reputation points
commented 2025-02-19T07:09:28.2566667+00:00
Anonymous
0 answers

Set default culture

Hello guys, I am using Microsoft.Extensions.Localization (8.0.11) but for some reason the following code does not work as expected. As you see, I expect the German to be default language but it's always English. Am I missing something? var…

Developer technologies ASP.NET ASP.NET Core
Developer technologies .NET Blazor
asked 2025-02-07T10:08:15.3666667+00:00
Kuler Master 406 Reputation points
edited a comment 2025-02-11T08:18:15.0866667+00:00
John 20 Reputation points
0 answers

Must a Blazor web app only use .razor components?

Very simple question here, so please be gentle with me. I started a new Blazor app in early November 2024. The last time I worked on it was early December 2024, when several other urgent demands came up and I had to put this app aside until now. I cannot…

Developer technologies .NET Blazor
asked 2025-02-05T18:34:19.34+00:00
Falanga, Rod, DOH 245 Reputation points
commented 2025-02-09T02:08:14.7666667+00:00
Bruce (SqlWork.com) 77,686 Reputation points Volunteer Moderator
0 answers

NetMaui Blazor + Syncronisation Error in async + Android Release Build

I have a netmaui blazor hybrid (net8.0) app targeting Android and iOS.The registration form on my app uses API calls to my Azure backend to validate user entered data. This all works perfectly in debug mode. However, the process is failing in release…

Developer technologies .NET Blazor
Developer technologies .NET .NET MAUI
Developer technologies C#
asked 2024-12-10T14:55:32.4733333+00:00
Glenn Stretton 0 Reputation points
commented 2024-12-11T05:43:11.2633333+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 50,126 Reputation points Microsoft External Staff
0 answers

How to fix Aggregate Measurements in order to display properly?

Hi, I am working on a Blazor application for weight measurement. Data is coming from a third-party device in real time. I have this weighing results component on my dashboard that I am trying to display on a grid according to some rules. The data grid…

Developer technologies .NET Blazor
Developer technologies C#
asked 2024-11-27T15:54:00.43+00:00
Cenk 1,036 Reputation points
commented 2024-11-28T12:09:49.44+00:00
AgaveJoe 30,126 Reputation points
0 answers

Help to filter in TreeView

Hi, I've a blazor hybrid maui application and I have put the treeview. I have created a service to search for files in the tree structure and a text input for the search. My problem is that when I select a file in the search zone the nodes are filtered…

Developer technologies .NET Blazor
asked 2024-11-06T20:32:35.2633333+00:00
sblb 1,231 Reputation points
commented 2024-11-12T11:52:50.5366667+00:00
sblb 1,231 Reputation points
0 answers

MAUI -- Another user has already installed an unpackaged version of this app. The current user cannot replace this with a packaged version.

I'm running into an issue with a commercial Maui app I'm working on. Essentially, we have multiple developers working on this application over RDP, none of which have administrative privileges. What happens is that when one user builds and debugs, anyone…

Developer technologies .NET Blazor
Developer technologies .NET .NET MAUI
asked 2023-10-10T19:18:42.72+00:00
Dylan 1 Reputation point
commented 2024-11-09T18:03:49.2466667+00:00
cu_vs_cu_vn 0 Reputation points
0 answers

Data API Builder - Azure Static Web Apps

Trying to understand Data API Builder (DAB) and if its right for my use case. Based off a simple address book example, there is a table "Addresses" that would have columns: User (the user of the address book, likely an ID linked from a User…

Developer technologies .NET Blazor
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,173 questions
asked 2024-10-31T00:28:08.82+00:00
JohnM 25 Reputation points
0 answers

How to change the solution and the project name in blazor server

Hello, I'm trying to rename the blazor project in the solution, but when I rename project, it doesn't change the namespaces and in the other places in the pages of the project. Is there any other way I can do this safely without breaking the app?

Developer technologies .NET Blazor
Developer technologies Visual Studio Other
asked 2024-10-24T08:29:52.6033333+00:00
adrio fernando 0 Reputation points
edited the question 2024-10-28T01:46:26.32+00:00
Jack J Jun 25,296 Reputation points
0 answers

Blazor Server Side Custom CultureInfo getting overridden when using AzureSignalR

I have a Blazor interactive server side .net 8 application. I wanted to change the default DateTimeFormat across the entire application for certain Cultures, so I created some custom CultureInfo's shown here: public static List<CultureInfo>…

Developer technologies .NET Blazor
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
161 questions
Developer technologies .NET Other
asked 2024-06-25T23:30:39.3+00:00
C-Jesse Bryan 0 Reputation points
commented 2024-10-24T04:42:19.35+00:00
Anonymous
0 answers

Deploy Blazor WebAssembly standalone application to Azure Static Web App via GitHub actions

Hi I tried to deploy blazor application to Azure and get this error Any idea ?

Developer technologies .NET Blazor
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,173 questions
asked 2024-09-28T19:21:21.46+00:00
Serge 25 Reputation points
commented 2024-10-01T08:29:52.8+00:00
Anonymous
0 answers

How can I create an Alert that views my ILogger file?

Hi all; In Blazor we log to Microsoft.Extensions.Logging.ILogger logs. I want to get an alert when there is a log entry that matches the regex ^Error ##.##.##.* (used ## for 2 digits). There are alerts that can read Log Analytics. But is there a way to…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,645 questions
Developer technologies .NET Blazor
asked 2024-09-16T23:04:00.5966667+00:00
David Thielen 3,211 Reputation points
0 answers

How to force a Blazer server application back to the login page when the auth expires

Hi, I have a Blazer server application where I have been tasked with implementing a simple authentication scheme, using our own login page. I've not done this before in a Blazer app, so starting afresh. I followed this tutorial , and at the top of each…

Developer technologies .NET Blazor
asked 2024-09-04T00:39:18.24+00:00
Peterjc 91 Reputation points
commented 2024-09-04T08:19:27.1333333+00:00
Anonymous
0 answers

Integration pdf.js and Blazor; Debugger on Visual studio is lost

Hi there, i have a problem with the integration of blazor with pdf.js. Lately pdf.js (Developed by Mozilla) has change from .js to .mjs file. I upgraded to work with .mjs file but now i am encountering another problem. When i start the Visual Studio on…

Developer technologies .NET Blazor
Developer technologies Visual Studio Debugging
Developer technologies C#
asked 2024-08-14T20:38:36.4266667+00:00
Unisign Dev Team 0 Reputation points
commented 2024-08-15T08:02:21.7866667+00:00
Anonymous
0 answers

How to publish MAUI Blazor Hybrid App ?

Hi, Learning MAUI Blazor Hybrid App Development. Just created a default App and trying to test publishing steps. I am doing all steps properly mentioned in this URL…

Developer technologies .NET Blazor
Developer technologies .NET .NET MAUI
Developer technologies .NET Other
asked 2024-08-01T17:18:26.1933333+00:00
Jiya desai 51 Reputation points
commented 2024-08-06T05:17:31.2366667+00:00
Anonymous
0 answers

3. What Dashboard Charts do I Want?

Hi all; Ok, Azure monitoring, dashboards, and Application Insights can do pretty much anything, which is wonderful. But the flips side of that is how do I figure out what I want to do where. I could spend weeks, maybe months, focused on this. Meanwhile I…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,645 questions
Developer technologies .NET Blazor
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
asked 2024-08-03T17:02:02.8266667+00:00
David Thielen 3,211 Reputation points
0 answers

2. Adding More Telemetry to Application Insights & Dashboards

Hi all; I have a Blazor Interactive Server app using ASP.NET version 8. And using Entity Frameworks for accessing the DB and the ASP.NET Identity Library for users & claims. I have Application Insights connected to the app via the AI SDK. I have the…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,645 questions
Developer technologies .NET Blazor
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
asked 2024-08-03T16:52:54.6933333+00:00
David Thielen 3,211 Reputation points
0 answers

AuthorizeView with SessionStorageService error JavaScript interop calls cannot be issued at this time

hi, currently i am getting this error: JavaScript interop calls cannot be issued at this time when get token from SessionStorageService (AuthorizeView ) in blazor sever net8, how can i fix? when i leave it this : <component…

Developer technologies .NET Blazor
asked 2024-08-01T18:30:09.4733333+00:00
Chiến Đặng 0 Reputation points
edited a comment 2024-08-02T07:24:10.91+00:00
Anonymous
0 answers

How to fix uploading multiple files in Blazor Server?

Hi there, I am trying to upload multiple images to my Blazor Server project as follows: Here is the razor page relevant part: <div class="form-group pt-4 col-6"> <InputFile OnChange="HandleImageUpload"…

Developer technologies ASP.NET ASP.NET Core
Developer technologies .NET Blazor
Developer technologies C#
asked 2024-07-30T09:24:45.9566667+00:00
Cenk 1,036 Reputation points
edited a comment 2024-08-02T02:16:48.3866667+00:00
Anonymous
0 answers

Blazor app works locally but shows Error.razor page after publishing

Hello, I have developed a Blazor 8 application using Visual Studio. The app runs correctly when running locally, but after publishing it to Plesk, it only shows the Error.razor page without any additional error details. How can I diagnose the issue and…

Developer technologies ASP.NET ASP.NET Core
Developer technologies .NET Blazor
Developer technologies .NET Other
asked 2024-07-30T07:37:16.7666667+00:00
Yusuf 791 Reputation points
commented 2024-07-31T12:19:31.12+00:00
Anonymous