15,469 questions
0
votes
0
answers
12
views
How can I make the FluentUI style of my Blazor app also apply to a dynamic react-jsonschema-form loaded using JS-interop?
In my Blazor view, I am dynamically loading a React component that is merely a wrapper around react-jsonschema-form:
<div ref={formParentDivRef} onBlur={handleBlur}>
<Form
ref={...
0
votes
1
answer
29
views
Blazor Server .NET 9 Preview: CS1061 Error for AddAuthenticationStateSerialization on IServiceCollection
Issue:
I'm developing a Blazor Server application targeting .NET 9. I'm using standard Cookie Authentication and trying to configure authentication state handling for prerendering.
My goal is to ...
0
votes
0
answers
14
views
Blazor Resources Not Loading – DevExpress Blazor CSS/JS Files Not Rendering on IIS
We are currently developing a Blazor Server application using the DevExpress Blazor component library. The application is hosted on a Windows Server 2019 environment under a standard IIS configuration....
1
vote
0
answers
17
views
Blazor - Navigation during the Blazor `OnInitialized" lifecycle method causes unexpected behavior
For context, I am using Blazor in .NET 8 (8.0.3) with interactive server-side rendering.
I have a scenario where during initialization of a page component (source page), I want to redirect to a ...
0
votes
1
answer
32
views
How to use EntraID auth and Identity on .NET 8
I'm trying to get ASP.NET Core Identity and EntraID (Azure AD) to work together in my Blazor .NET 8 project.
In my Programs.cs I have this code:
builder.Services.AddAuthorization();
builder.Services....
0
votes
1
answer
40
views
Blazor Bootstrap nested grid / detail view event
I started experimenting with BlazorBootstrap newest version (v3.3.1). I want to do an action, for example make an API call when the user expands detail view. I cannot seem to find an event or a way to ...
2
votes
0
answers
44
views
"The program 'NNN.exe' has exited with code 3221226356 (0xc0000374)" Error Randomly Occurs or no in fresh ".NET MAUI Blazor Hybrid and Web App"
I have initialized the empty solution and added the ".NET MAUI Blazor Hybrid and Web App" type project:
I have not touched the source code yet.
Once I have launched the debugging of Native ...
0
votes
1
answer
60
views
Why Blazor Server .NET 9 shows references missing for QuickGrid
I am try to use QuickGrid in a Blazor Web app and server. But the code always shows "assembly missing". I followed all step as per documentation and apply it but still it shows
QuickGrid ...
1
vote
2
answers
116
views
+500
Parsing Reply Address to Microsoft Auth
When using this code:
[HttpGet("microsoftlogin")]
public ActionResult MicrosoftLogin()
{
var props = new AuthenticationProperties
{
RedirectUri = "https://localhost:7018/...
0
votes
1
answer
30
views
Blazor in .NET 8 and font awesome with switching fonts via condition
I have a page with a lock/unlock icon from font awesome. Which one is shown depends on a parameter variable. The idea being if you click the icon it will toggle between lock and unlock. It also shades ...
-1
votes
0
answers
19
views
IIS Blazor with Windows authentication [closed]
I've got a Blazor 8 app running in an IIS environment using Windows authentication, and impersonation. The single sign-on seems to work, except users keep getting pop-ups asking them for the Smart ...
0
votes
0
answers
22
views
how to retrieve information from identity token in blazor
I'm creating a Blazor Server app where I call an API from one of my ASP.NET services that handles authentication using Identity.
The service correctly returns the response DTO:
tokenType": "...
1
vote
0
answers
18
views
Blazor Slick carousel adding and removing slides
I am using the Blazor Slick Carousel to show game cards. It is working fine so far, however, I find that I need to be able to add or remove certain cards to the carousel (filters) and am having ...
0
votes
0
answers
20
views
MudBlazor MudMenu not opening on ChangePassword page in Blazor Server with ASP.NET Core Identity
I am developing a Blazor Server application based on .NET 9 that uses ASP.NET Core Identity. The identity components (like ChangePassword) are coming from the MudBlazor template. Now, for some reasone,...
-4
votes
0
answers
129
views
Why am I getting a license error in EPPlus 8.0.2 [closed]
I recently updated to this version and now I get the following error when I attempt to send my result set to Excel. I have updated appsettings.json as shown below the error message. I have gone to the ...