1,665 questions with Blazor tags

Sort by: Updated
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,665 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,997 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.
363 questions
asked 2024-09-06T17:05:40.2066667+00:00
Richard Freytag 66 Reputation points
commented 2025-03-07T18:06:56.9866667+00:00
Marco Medrano 0 Reputation points
1 answer

Blazor server logout on SignalR connection break

My Blazor server-side application logs out the user whenever the SignalR connection breaks. For example, when I lock my phone for half an hour and then return to the site, I'm logged out. How can I prevent this from happening?

Microsoft Identity Manager
Microsoft Identity Manager
A family of Microsoft products that manage a user's digital identity using identity synchronization, certificate management, and user provisioning.
799 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,793 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,665 questions
asked 2024-06-19T20:07:08.9166667+00:00
Mrbanad 30 Reputation points
commented 2025-03-01T23:32:47.47+00:00
Bruce (SqlWork.com) 72,111 Reputation points
4 answers

Multiple App.Razor components

Hello, Is it possible to have an additional App.razor file that I can use for e.g. Admin area only? Currently, if I create a new folder named Admin and create a new layout there, it inherits from the existing App.razor and linked css files. Basically, I…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,793 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,665 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,598 questions
asked 2025-01-31T08:47:54.43+00:00
Kuler Master 406 Reputation points
commented 2025-02-28T17:22:57.9366667+00:00
Bruce (SqlWork.com) 72,111 Reputation points
16 answers One of the answers was accepted by the question author.

Blazor app crashes when debugging after windows secutiry updates

Afert 2023 march 14 updates my app stop debugging. If I start it without debugging it works ok, if I start it debugging it crashes at startup. The error is the following: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] DevToolsProxy::Run: Exception…

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,665 questions
asked 2023-03-15T11:27:48.58+00:00
Rossend Bruch 255 Reputation points
commented 2025-02-25T00:53:31.9633333+00:00
Pier Castonguay 0 Reputation points
4 answers

Linq ThenInclude Where Problem

Hello, I am trying to get only IsActive=1 data with this Linq; _db.Orders.Include(d => d.OrderDetails).ThenInclude(v => v.Vendor).Where(o=> o.OrderDetails.Any(od => od.IsActive == 1)).ToListAsync(); But the query brings all 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,665 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.
11,338 questions
asked 2022-09-15T07:13:13.197+00:00
Cenk 1,031 Reputation points
commented 2025-02-20T15:16:53.1066667+00:00
Alex Baggett 0 Reputation points
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 …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,239 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,665 questions
asked 2025-02-18T06:59:59.4866667+00:00
Eric Lauwers 0 Reputation points
commented 2025-02-19T07:09:28.2566667+00:00
Zhi Lv - MSFT 33,156 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

How to use a blazor server app with a web api for authentication?

I've search the web for a simple tutorial for this but I can't seem to find this exact scenario. I have the following projects: WebApi This is a standard .NET 8.0 web api with individual accounts authentication. I've created everything using 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,665 questions
asked 2023-11-30T19:45:34.3966667+00:00
António Albuquerque 25 Reputation points
commented 2025-02-16T19:45:11.7+00:00
Andrew White 0 Reputation points
2 answers

Web deployment task failed from visual studio using profile

i am getting this error while deploying blazor server app Severity Code Description Project File Line Suppression State Error Web deployment task failed. (Could not complete the request to remote agent URL…

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,665 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,442 questions
asked 2024-12-07T06:03:52.5733333+00:00
Pooja Bhadja 0 Reputation points
answered 2025-02-16T17:00:50.4866667+00:00
Bruce (SqlWork.com) 72,111 Reputation points
2 answers

Blazor Web Assembly with Azure AAD and Custom authentication Login

I want to implement two authentication mechanism in my Blazor web assembly application (Azure AD and Custom Authentication). i.e. User can either login via Azure AD or he can go for Custom Authentication. When I register both Custom…

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,665 questions
asked 2022-06-02T21:42:30.053+00:00
Reishabh Saxena 1 Reputation point
commented 2025-02-15T01:28:32.55+00:00
Adrian Corral 0 Reputation points
1 answer

Blazor right slide panel using Fluent UI Library

Hello, I have implemented a right-side sliding panel using the Fluent UI library. When I click on the cards the edit panel opens directly. However, I am encountering an issue where the data inside the edit panel does not load it opens empty. The data…

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,665 questions
asked 2024-05-31T11:00:04.6933333+00:00
Esma 25 Reputation points
edited an answer 2025-02-13T08:17:18.2833333+00:00
Emil Nachev 0 Reputation points
1 answer

How to know if "view all files" is turned on in solutions explorer

I wasted an hour figuring out that: ON = TINY SKINNY BOX IS VISIBLE. OFF = NO SKINNY BOX VISIBLE Mine was OFF by default. Needless to say I think this is horrendous design. It should be obvious by now (by virture of prevalence) how goofy this…

Bing Web Search
Bing Web Search
A Bing service that gives you enhanced search details from billions of web documents.
175 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,665 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,448 questions
asked 2025-02-08T21:25:36.9133333+00:00
Nico DeLaO 0 Reputation points
edited a comment 2025-02-12T07:36:27.46+00:00
ALIF B EKRAM 5 Reputation points
1 answer One of the answers was accepted by the question author.

When users sign in to my app I can't get their Google profile info

Please view here. The issue is carefully documented with all screen shots etc: https://stackoverflow.com/questions/79424370/how-do-i-get-google-users-profile-details-such-as-their-name-and-pic I ended up with a duplicate question because this Microsoft…

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,665 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,997 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
3,074 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,611 questions
asked 2025-02-10T05:27:30.4+00:00
Mark Evans 45 Reputation points
accepted 2025-02-12T01:12:06.14+00:00
Mark Evans 45 Reputation points
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…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,793 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,665 questions
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
6 answers

Blazor Open a page in a new Browser tab using navigation manager?

Could please advise me the way of open a page in new tab using Navigation manager and how to show pdf file in browser window?

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,665 questions
asked 2021-01-04T11:14:40.087+00:00
Anantham.S 1 Reputation point
commented 2025-02-09T12:18:40.25+00:00
Sergey G 0 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…

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,665 questions
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) 72,111 Reputation points
1 answer

Where to locate reference files for multiple platforms in .NET 9.0 MAUI Blazor Hybrid & Web?

In Visual Studio 2022, the new version .NET 9.0 project template ".NET MAUI Blazor Hybrid and Web App" will create the following projects in a new solution: ProjectName ProjectName.Shared ProjectName.Web Where would you put the resources?…

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,665 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,997 questions
asked 2025-02-06T08:23:32.82+00:00
Stephen Braich 20 Reputation points
edited an answer 2025-02-07T21:19:39.15+00:00
Bruce (SqlWork.com) 72,111 Reputation points
1 answer

Blazor Server (.NET 8) redirect fails after login

We have a Blazor Server app (.NET 8) that is hosted on IIS. Users access it by logging into Citrix with their Active Directory credentials, then into the app (with those same credentials). We use ASP.NET Identity to manage login. Both the end-users and…

Internet Information Services
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,793 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,665 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,727 questions
asked 2025-02-05T22:16:40.9766667+00:00
Ryan Anderson 25 Reputation points
commented 2025-02-07T14:49:13.1833333+00:00
Ryan Anderson 25 Reputation points
0 answers

Adding Blazor Identity to existing Blazer project fails with a 'null path' exception

Hi! I have the following: .Net SDK 9 Visual Studio Community 2022 v 17.12.3 Windows v10.0.19044 Blazer Server App When I try to add the Blazor Identity "scaffolding" I get a "There was an error running the selected code generator:…

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,665 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,448 questions
asked 2024-12-18T11:16:39.07+00:00
kodo65 10 Reputation points
commented 2025-02-06T14:08:26.58+00:00
Tianyu Sun-MSFT 33,471 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

.NET 9 Maui Blazor Hybrid & Web: Javascript and Reference files

I have been learning .NET 8 Maui Blazor Hybrid for the past few months to build a multiplatform app for Windows, Android, and iPhone. It's pretty cool, but there was a learning curve. I would like to take advantage of version 9.0 so that I can extend my…

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,665 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,997 questions
asked 2025-02-02T08:52:04.4766667+00:00
Stephen Braich 20 Reputation points
commented 2025-02-06T08:18:48.0733333+00:00
Stephen Braich 20 Reputation points
2 answers

bind value

Hello .I just started Blazor. Why don't the above values ​​change when I change the input? For example, no matter how much I change the tel in the input, it doesn't change in the label. I used both @bind-value and @bind. I still don't get an…

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,665 questions
asked 2025-02-05T08:27:42.0666667+00:00
asghar bizaval 0 Reputation points
answered 2025-02-05T17:42:18.2333333+00:00
Bruce (SqlWork.com) 72,111 Reputation points