Apress / pro-asp.net-core-6

Source Code for 'Pro ASP.NET Core 6' by Adam Freeman
Other
233 stars 157 forks source link

I can't get the Blazor Applications to work #3

Open greerda opened 2 years ago

greerda commented 2 years ago

I downloaded the applications and I am able to run all of the applications and I am able to build the database from the migrations. I cannot run the Blazor application. I removed all the blocking. security. I am getting a 404 error when I run it. I've tried changing the port number. What is the problem?! I am frustrated

n8900498 commented 2 years ago

I am also having the same issue, it works fine if I change the port settings to the default port settings that is first created with a new project

drdexter33 commented 11 months ago

I am in Chapter 10.

The compiler is complaining about these lines:

image

image

Error:

error CS0246: The type or namespace name 'Routed' could not be found (are you missing a using directive or an assembly reference?)