Can't implement .NET Blazor identity

1 week ago 9
ARTICLE AD BOX

When I try to create a scaffolded item for my identity, I get this error:

enter image description here

This is what I did to create my Blazor identity:

enter image description here

Currently, my Data folder only has a file called FoundBoxContext.cs:

enter image description here

Does anybody know how to solve this error?

I've tried to revert, hard reset, rebuild solution, build solution. However, I still get the same error.

Read Entire Article