1,584 questions with Blazor tags

Sort by: Updated
1 answer

Help with GitHub Actions CI/CD Blazor Web App .NET8-> Azure App Service

yaml-copy.txtThe publish directly from Visual Studio works correctly but my yaml script results in the css/bootstrap not being applied correctly. Are there any changes needed to be made with my yaml script? It is a Blazor Web App .NET8 interactive…

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,584 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,807 questions
asked 2024-10-18T14:32:05.2433333+00:00
Christopher Abbondandelo 0 Reputation points
answered 2024-10-19T00:01:34.6666667+00:00
brtrach-MSFT 16,431 Reputation points Microsoft Employee
0 answers

System.NotSupportedException: The given path's format is not supported

I have a project that has been building and publishing successfully. However, after attempting to solve the iOS 18 white screen issue, a new error has started to appear, and I am unsure where to look to fix it. The following changes have been made since…

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,584 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,540 questions
asked 2024-10-10T06:08:54.01+00:00
Dan Taxbøl 20 Reputation points
edited a comment 2024-10-18T19:57:51.9166667+00:00
Dan Taxbøl 20 Reputation points
1 answer

Embedding of Blazor Server Component in Web Forms

We have a legacy application on ASP.NET Web Forms (version .NET 4.8), now we want to shift it to latest tech stack Blazor using Server Hosting Model only (version .NET 8). I am facing issues in embedding the Blazor Server components in Web Forms. Is…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
743 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,584 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,494 questions
asked 2024-10-18T07:27:11.24+00:00
Aima Maqsood 0 Reputation points
edited an answer 2024-10-18T16:27:00.2966667+00:00
Bruce (SqlWork.com) 65,576 Reputation points
1 answer

C# Blazor .NET 8 localstorage deleted on page refresh F5

Hi In Blazor .NET7 I use localstorage to save a JWT for all my users claims etc. Works perfectly. Upgraded to .NET8 the JWT still works, but, if you refresh your browser page (F5) the localstorage is deleted and I get a 401 unauthorized. In .NET7 this…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,877 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,584 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,962 questions
asked 2024-10-17T08:40:02.0933333+00:00
Kinga 0 Reputation points
edited a comment 2024-10-18T06:43:12.11+00:00
Tiny Wang-MSFT 2,721 Reputation points Microsoft Vendor
1 answer

Blazor Server with Entity Framework Core Code First

Hello, we are currently evaluating the usability of Entity Framework Core Code First in a Blazor Server application. We try to migrate from a Database First approach where we created a DbContext instance (by a IDbContextFactory) per database…

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
743 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,584 questions
asked 2024-10-04T11:46:31.28+00:00
Sieber, Richard 0 Reputation points
commented 2024-10-16T06:37:45.1066667+00:00
JasonPan - MSFT 5,796 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Is it safe to delete the obj\Debug folder in a C# project?

Hi, I am encountering the following error: Severity Code Description Project File Line Suppression State Details Error (active) MSB3713 The file "obj\Debug\net6.0\IMS.CoreBusiness.AssemblyInfo.cs" could not be created. The process cannot…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,571 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,584 questions
asked 2024-10-15T07:08:47.9166667+00:00
Cenk 1,021 Reputation points
accepted 2024-10-15T07:52:36.85+00:00
Cenk 1,021 Reputation points
1 answer

How to troubleshoot mysterious internal 500 server error of a Blazor App on Linux

An application has mysteriously stopped working on a build with internal 500 server error. The application was working on a previous build that's only a day old. The changes between the builds are minimal. The proxy settings on Apache are the same in…

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,584 questions
asked 2024-10-11T22:53:22.86+00:00
Paul Carlton 0 Reputation points
answered 2024-10-14T16:43:02.0333333+00:00
Bruce (SqlWork.com) 65,576 Reputation points
1 answer One of the answers was accepted by the question author.

Unable to copy file "libman.json" building MAUI, BLazor IOS app

I am trying to build a MAUI Blazor project for iOS. The Windows and Android builds work fine. I have upgraded to SDK 8.0.402.1 for both the SDK and workload to ensure compatibility with iOS 18 and Xcode 16. However, I am encountering the following error…

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,584 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,540 questions
asked 2024-10-07T13:12:31.76+00:00
Dan Taxbøl 20 Reputation points
accepted 2024-10-09T10:31:48.5866667+00:00
Dan Taxbøl 20 Reputation points
2 answers

Blazor Server (.NET 8) authenticated with external REST API

Hello, i'm developing a small web application with Blazor Server (.NET 8) relying on a REST API (.NET Framework 4.8) for authentication and data access. I started developing this project last year, before the release of .NET 8, but i aligned 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,584 questions
asked 2024-09-05T12:56:03.4766667+00:00
John 20 Reputation points
commented 2024-10-09T08:57:33.63+00:00
John 20 Reputation points
1 answer

How to fix a Errror Handling for Blazor Hybrid MAUI and WebApi

Hi, I've reference an WebApi to my Blazor Hybrid App. The database that I used is SQLite When I run the app "Windows machine" the response is Html The WebApi run well!!I've checked with swagger the response is OK. I suppose that the problem…

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,584 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,540 questions
asked 2024-10-05T17:29:37.3866667+00:00
sblb 1,231 Reputation points
commented 2024-10-09T05:12:03.77+00:00
sblb 1,231 Reputation points
1 answer One of the answers was accepted by the question author.

How can I log an error, no matter where it is called from?

Hi; In my MainLayout.razor I have set up: <ErrorBoundary> <ChildContent> <!-- lots of nodes --> </ChildContent> <ErrorContent Context="error"> <main class="page--error"> …

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,584 questions
asked 2024-09-27T16:28:27.32+00:00
David Thielen 3,121 Reputation points
commented 2024-10-07T15:53:13.93+00:00
David Thielen 3,121 Reputation points
1 answer

Blazor App Redirecting API response to login page

I am building a Blazor Server app on .NET. The app was started using the Visual Studio .NET8 Web template for Blazor server with individual authentication turned on. In the second step, I added an API controller to the app, with the [Authorize]…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,877 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,584 questions
asked 2024-10-05T17:18:09.84+00:00
Amjad Khan 41 Reputation points
commented 2024-10-07T09:43:51.4933333+00:00
Ping Ni-MSFT 4,335 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

How to create the controller with Blazor Hybrid Maui and SQLite?

Hi, I use blazor hybrid maui project . I've created the classlibrary to create ApplicationDbContext.cs and model to do the migration with Ef core that involved SQLite I don't know much about blazor hybrid maui & sqlite; now my question is that I…

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,584 questions
asked 2024-10-03T15:58:57.2866667+00:00
sblb 1,231 Reputation points
accepted 2024-10-05T18:42:08.8666667+00:00
sblb 1,231 Reputation points
2 answers One of the answers was accepted by the question author.

I have a Blazor App for .NET using the server mode. I now want to add wasm mode to it as well. What changes are required?

I started my project that uses the Blazor Server template from Visual Studio 2022 for .NET8. I now realize I want to add a wasm project to it as well so can take advantage of auto mode. What changes are required in the server project so my components can…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,571 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,584 questions
asked 2024-08-30T06:26:59.27+00:00
Amjad Khan 41 Reputation points
accepted 2024-10-05T17:20:15.23+00:00
Amjad Khan 41 Reputation points
1 answer

Exception when linking to Microsoft Store Purchase API library from Blazor MAUI Windows App

Hi, I am have written multile Microsoft Store Apps in the UWP and WPF frameworks and published them to the Store. These apps all have to and do call the Microsoft Store Purchase API. Now I'm building a Blazor MAUI Store App and have found apps in 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,584 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,540 questions
Microsoft Partner Center API
Microsoft Partner Center API
Microsoft Partner Center: A Microsoft website for partners that provides access to product support, a partner community, and other partner services.API: A software intermediary that allows two applications to interact with each other.
340 questions
asked 2024-09-06T17:05:40.2066667+00:00
Richard Freytag 61 Reputation points
answered 2024-10-04T15:21:14.22+00:00
philip bray 0 Reputation points
2 answers One of the answers was accepted by the question author.

Error RZ10012 when adding a component in blazor

Hello, I'm trying to learn Blazor with a youtube video. I have this page : MainLayout.razor @inherits LayoutComponentBase <div class="page"> <div class="sidebar"> <NavMenu /> </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,584 questions
asked 2023-01-18T12:23:31.0866667+00:00
Laurent Guigon 281 Reputation points
edited a comment 2024-10-04T11:06:54.6433333+00:00
Joao Cruz 0 Reputation points
1 answer

Range validator in MAUI Blazor

Here is a simple app to Add numbers from 0 to 100 , after which I like to perform some statistical operations. Add Insert works fine , I can restrict only 0 to 100 Delete works fine. When editing it is accepting all numbers , I like to restrict 0 to…

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,584 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,540 questions
asked 2024-09-05T09:48:22.2233333+00:00
Kalyan A 265 Reputation points
commented 2024-10-04T09:59:18.8566667+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 31,881 Reputation points Microsoft Vendor
1 answer

Is Blazor suitable for e-commerce?

Hello, I have some experience developing applications (including an e-commerce app for learning purposes) with Blazor and a new real project with more requirements is underway. I need your advice on whether using Blazor for an e-commerce app is a good…

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,584 questions
asked 2024-10-03T08:44:53.54+00:00
Cenk 1,021 Reputation points
edited an answer 2024-10-03T16:16:50.2933333+00:00
Bruce (SqlWork.com) 65,576 Reputation points
1 answer

How to do the migration sqlite db with Ef core for blazor hybrid MAUI?

Hi I am working on an application for the Windows platform using Blazor Hybrid MAUI and want to create a SQLite database with multiple tables using EF Core for the migration. I have already defined the ApplicationDbContext.cs file and added it to…

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,584 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,540 questions
asked 2024-10-02T10:06:51.8633333+00:00
sblb 1,231 Reputation points
commented 2024-10-03T15:39:02.7766667+00:00
sblb 1,231 Reputation points
1 answer One of the answers was accepted by the question author.

How to add migration to blazor hybrid MAUI?

Hi, I use blazor hybrid to do native app in windows platform. I tried to implement migration to connect the local database. Unfortunately is not possible. I don't want to use sqlite. I would like to know if I have to add class library to add migration…

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,584 questions
asked 2024-09-29T13:32:04.1433333+00:00
sblb 1,231 Reputation points
accepted 2024-10-02T18:46:24.53+00:00
sblb 1,231 Reputation points