1,456 questions with Blazor tags

Sort by: Updated
3 answers

Update Workload Problem/ NuGet Package unable to be installed.

**I have created 3 Projects: FrontEndProject and it is a Blazor Project and this is the csProj:** <Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly"> …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,292 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,501 questions
asked 2024-05-10T04:54:17.63+00:00
Muhammad Ghozlan 5 Reputation points
commented 2024-05-30T02:14:20.3733333+00:00
Ping Ni-MSFT 2,795 Reputation points Microsoft Vendor
0 answers

Cannot supply a component of type 'Components.BookComponent' because the current platform does not support the render mode 'Microsoft.AspNetCore.Components.Web.InteractiveServerRenderMode'

when i call component by this way i have this error in TestComponent.razor i call BookComponent to get html var sensorHtml = new ComponentRenderer<WeaponDetails>() .Render(); BookComponent.razor @rendermode InteractiveServer other…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
asked 2024-05-15T07:54:39.42+00:00
Mahdi Elahi 26 Reputation points
commented 2024-05-30T02:13:16.0833333+00:00
Ping Ni-MSFT 2,795 Reputation points Microsoft Vendor
1 answer

Connecting SQL Server Data to RDLC reports in Blazor .Net Framework

Hello, I am trying to create/integrate RDLC reports in Blazor .NET framework. So far: I have managed to open a RDLC report thanks this Question and Answer:…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,535 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,292 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,095 questions
asked 2024-05-13T09:36:27.6966667+00:00
Geoffrey de Sousa 0 Reputation points
commented 2024-05-30T02:01:59.45+00:00
JasonPan - MSFT 4,706 Reputation points Microsoft Vendor
2 answers

Blazor RZ10001 The type of component 'InputDate' cannot be inferred based on the values provided.

This code <InputDate id="Date" class="form-control" placeholder="Date" @bind-value="objWeatherForecast.Date" /> produces the following: Error RZ10001 The type of component 'InputDate' cannot be…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
asked 2020-12-17T05:38:41.207+00:00
Michael Luna 16 Reputation points
edited a comment 2024-05-29T20:31:20.6466667+00:00
Steve Carroll 1 Reputation point
1 answer One of the answers was accepted by the question author.

App Services on Linux rebooting because exceeded "memory limits"/"swap usage limits"

Hello, I currently have a functional and production Windows service plan hosting 4 Blazor server side applications (2 production and 2 staging). I want to switch these applications to a Linux app service plan. So, I created a Linux Service Plan (P0v3,…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,179 questions
asked 2024-05-21T08:23:23.8366667+00:00
Rémy Bertrand 20 Reputation points
accepted 2024-05-29T15:36:15.3533333+00:00
Rémy Bertrand 20 Reputation points
2 answers

Can I use global interactivity along with per page interactivity in same project of .net 8 blazor web app ?

I have created a blazor web app application and I want to use global auto render mode along with per page interactivity mode in same project, is it possible ?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,535 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,292 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
asked 2024-05-28T14:30:31.64+00:00
Kuldeep Y 41 Reputation points
commented 2024-05-29T08:35:09.94+00:00
Kuldeep Y 41 Reputation points
1 answer

How to configure virtual directory correctly with right permission on Visual Studio to serve Blazor Standalone frontend

I'm currently managing a .NET 6 Blazor standalone application that utilizes WebAssemblyHostBuilder. For deployment, the application is configured to operate under a virtual directory, enabling it to be accessed via a subpath (e.g., test.fr/subpath1/).…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,775 questions
asked 2024-05-28T14:57:11.3966667+00:00
Quentin RODIC 0 Reputation points
commented 2024-05-29T06:51:13.39+00:00
Quentin RODIC 0 Reputation points
1 answer

Prevent the white flash when navigating between Maui Blazor Hybrid views

I have a .NET 8 MAUI app that has a dark background (not only in dark mode). We require users to log or pin in to use the app and the login/pin entry page has a dark background and these pages are straight xaml pages. On success, we navigate them to the…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,067 questions
asked 2024-05-23T15:36:00.33+00:00
Joshua Engelbrecht 15 Reputation points
commented 2024-05-29T02:24:57.3766667+00:00
Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 37,751 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Working with picture in Blazor

Hi, I very newest.Create project under Blazor web develop. Under root wwwroot create folder name Images then put some picture in there. I write the in Home.razor to show all picture but one line one picture. How to write one line code for all…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
asked 2024-05-28T08:36:35.8933333+00:00
MIPAKTEH_1 220 Reputation points
accepted 2024-05-28T13:48:29.4933333+00:00
MIPAKTEH_1 220 Reputation points
5 answers One of the answers was accepted by the question author.

How to implement Google Authetication in Blazor server app without Core Identity

Hello I would like to use custom authentication without using out-of-the-box Core Identity in my Blazor Server App with Oauth authentication. I started the app using the template without using individual user account because we have our own…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
asked 2022-04-29T01:37:58.587+00:00
biprism 51 Reputation points
commented 2024-05-25T03:50:08.1666667+00:00
George Todosi 5 Reputation points
1 answer One of the answers was accepted by the question author.

How to resolve "An unhandled error has occurred. Reload 🗙" in Blazor application?

I am encountering this error consistently while executing my Blazor file. I reinstalled Visual Studio in case of missing files, but it did not work. I also tried creating Blazor files both from CLI and VS, but the error persists.

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,775 questions
asked 2024-05-24T05:48:47.9466667+00:00
Hassan Raza Khan 20 Reputation points
accepted 2024-05-24T14:43:08.19+00:00
Hassan Raza Khan 20 Reputation points
0 answers

Server project can not run client project in blazor hosted WASM application for firefox broswer only

I had develop blazor hosted WASM application. when run blazor application server program.cs can not run client program.cs i.e server project serve the client static assets of www root folder only can not initialize the client . server can not bind with…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
asked 2024-05-23T22:16:28.59+00:00
Ramesh Penta 0 Reputation points
commented 2024-05-24T05:53:00.3333333+00:00
Brando Zhang-MSFT 3,281 Reputation points Microsoft Vendor
1 answer

how to fix 10.2.4.1 Security - Software Dependencies ( .net blazor maui 8.0) to microsoft store

i have published my application in store, recently update my maui blazor application 6.0 tp 8.0 when I submit my msix package to store I am getting 10.2.4.1 Security - Software Dependencies Products may depend on non-integrated software (such as another…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,067 questions
Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
901 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,641 questions
asked 2024-05-04T06:48:07.5833333+00:00
Maharasa Subramaniyan 0 Reputation points
commented 2024-05-24T05:15:23.7666667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 27,906 Reputation points Microsoft Vendor
1 answer

blazor application can not run at offline specfically in firefox browser

I had devlop the blazorWASM application with indexedDb. I had implement service worker for offline application WIth PWA also. Offline working successfully in chrome and edge browser but firefox not working i got the error while debugging that error is…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
912 questions
asked 2024-05-23T14:33:01.3066667+00:00
ramesh P 0 Reputation points
edited a comment 2024-05-23T19:21:05.1933333+00:00
Ramesh Penta 0 Reputation points
3 answers One of the answers was accepted by the question author.

How to declare global variables in Blazor

How to declare global variables in Blazor , for example I have inputquestions in Index I want to use this in another page called Quiz. @page "/" <h1> Quiz </h1> Select Input Questions and Click on Quiz . <div…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
asked 2024-05-23T14:07:57.82+00:00
Maui Learner 520 Reputation points
answered 2024-05-23T17:59:40.6766667+00:00
Bruce (SqlWork.com) 59,306 Reputation points
1 answer

In firefox browser service worker stooped sunndenly after serve the resources to the client

I have develop blazor WASM application for offline thats why I had implement the service worker to intercept the request then serve the resource to the client using cache. Service worker successfully on chrome and edge but in firebox once application…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
912 questions
asked 2024-05-22T14:13:43.98+00:00
ramesh P 0 Reputation points
commented 2024-05-23T09:14:36.74+00:00
Ping Ni-MSFT 2,795 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Integrating RDLC reports in Blazor Web apps

Hello, Is it possible to call RDLC reports in a Blazor web app or use report viewer to load RDLC reports? I'm not seeing the reporting options in the latest framework. Could someone please share examples and resources for integrating RDLC reports with…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
asked 2023-12-25T14:16:50.2066667+00:00
Diwakar Devangam 55 Reputation points
commented 2024-05-23T08:07:46.0933333+00:00
Geoffrey de Sousa 0 Reputation points
4 answers

Blazor SignalR setup fails

Hi, Hopefully someone can point me in the right direction to resolve this problem, I have setup another SignalR hub in my blazor Server application and am getting the following failure when tryign to access the page that the SignalR hub is…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,374 questions
asked 2022-12-20T03:35:19.253+00:00
Peter Annandale 21 Reputation points
commented 2024-05-23T07:08:07.8533333+00:00
Роман Суворов 0 Reputation points
1 answer

How to Implement Google Maps in a .NET MAUI Blazor App.

I'm currently developing a .NET MAUI app using Blazor and targeting .NET 7. One of the key features I'm looking to implement is integration with Google Maps to display locations of customers. However, I'm facing challenges with integrating Google Maps…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,067 questions
asked 2024-02-29T11:59:09.6166667+00:00
NIRANJAN CHIGULLA 5 Reputation points
commented 2024-05-22T23:04:31.0266667+00:00
Squires,Steven 25 Reputation points
0 answers

Server-side Blazor web app outgoing TCP connection shut down when run on IIS server

Hi All, I have a server-wide blazor web application that I've written. Part of the application connects to a printer via a TCP connection and sends a byte array. It works when I run it from my computer, but when it is hosted on the webserver, the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,535 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,456 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,438 questions
asked 2024-05-21T22:21:51.81+00:00
Carl Marvin 0 Reputation points
commented 2024-05-22T10:19:11.2266667+00:00
AgaveJoe 26,676 Reputation points