Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
14 views

.NET 8 / Blazor WASM Rendering Issues with Identity Server

I was tasked with experimenting with Duende Software's Identity Server for a future project. Something strange is happening with the rendering of components which causes the app to lose all of the ...
mharre's user avatar
  • 253
0 votes
2 answers
55 views

Blazor WASM download large (>2GB) file from WEB API

I'm stucked... I've read all of the threads about this and can't make it work and don't know why... I've a WEB API which should return a large zip file (>2GB), it creates the zip on disk, it's ok ...
Attila Kiss's user avatar
0 votes
0 answers
47 views
+50

Blazor .net 8 new interactive project structure fails to connect to debug adapter

I recently started to play around with new Blazor project structure to see if we can move our front-end projects to .net 8. The problem is, I'm not able to connect to chromium debug adapter. I want to ...
Bamdad's user avatar
  • 799
1 vote
1 answer
44 views

What is the default ASP.NET http/https launch profiles (launchSettings.json) server and how do I configure it?

For the last few years, the default launch profile for ASP.NET Core projects are http or https (beside IIS Express). I can't find any info on what exactly is launched (is it Kestrel?) or how do I ...
Luke Vo's user avatar
  • 19.8k
1 vote
0 answers
68 views

Blazor server bootstrap template doesn't render properly .NET 8

I have an issue after installing the template in my Blazor App. I have created a WebsiteLayout : <div class="page"> <header class="reveal_header"> ...
Bako Gdaniec's user avatar
0 votes
0 answers
37 views

Make wwwroot folder and file writable after publish in a Maui Hybrid Blazor application

I have a nuget package for print pdf, but the path of the pdf file has to be in wwwroot folder Nuget Package Print So i generate the pdf and save it to the wwwroot file and then call the print service,...
Edgar Gomez's user avatar
0 votes
1 answer
41 views

Why can't we add interactive sever on Login page in Individual accounts identity in blazor server app?

I have Blazor server web app we use identity platform so i need to add JS functionalities to Login Page But I cant add those things without adding interactive render mode in blazor but if it not ...
janitha Chamaka's user avatar
0 votes
2 answers
55 views

InteractiveServer .net 8 Why I have to use "await Task.Delay(1);" to render the page loading?

This is my code from my page: protected override async Task OnInitializedAsync() { await Task.Delay(1); Criterias = new ParcoursCriterias() { PageNumber = pageNumber, ...
mathdxdx's user avatar
0 votes
1 answer
45 views

EF Core 8 dbcontext not loading new data when another app is changing data

I have a Blazor app that accesses data using EF Core. When a separate app edits state on the data, my Blazor app is not getting the data correctly when I reload it. It fails to load when I try to get ...
zawisza's user avatar
  • 1,123
2 votes
0 answers
58 views

Why is the DateTime with specified culture ´nl-NL´, written in culture that is set by the browser?

In Blazor Wasm, I use the following code to write today's date in LongDatePattern to the console. It works well for English, German, Spanish and French. But for Dutch, it writes the date in the ...
Flippowitsch's user avatar
0 votes
0 answers
31 views

Containerize a .Net Webassembly Standalone app

I have created 3 projects in the same solution using .Net 8 under the traditional "Core Hosted" structure. Solution Client Server Shared Will I be able to containerize these projects all ...
Darkmatter5's user avatar
  • 1,219
0 votes
0 answers
16 views

Using jsPDF in Blazor to download and generate PDF

I am facing some styling issue when I generate and download pdf using jsPDF in blazor. What I am doing is loading html string coming from DB into iframe then there are two buttons Print and Download ...
Mohamad Usman's user avatar
0 votes
1 answer
87 views

Is there a way to make a Blazor website fully work offline?

We have a Blazor website made, but the client needs it to work offline. I need to load all the data necessary when there is internet connection so that i can later use it in the pages. Not just ...
João Rodrigues's user avatar
1 vote
3 answers
155 views

Error: Assert failed: This browser/engine doesn't support WASM SIMD. Please use a modern version

I'm working in a blazor wasm hosted app, it actually works when it runs in visual studio and when I publish the app in IIS it works to. The problem starts when I copy and paste the publish to IIS in ...
Miguel Rojas's user avatar
0 votes
0 answers
26 views

Network error while updating database in Visual Studio nuget package manager

I was watching a tutorial on Blazor Wasm with cookie authentication and I'm getting this error after I ran update-database in the console. A network-related or instance-specific error occurred while ...
Pouya Babaie's user avatar

15 30 50 per page
1
2 3 4 5
91