how can i fix this error?
hey so I have a asp.net core mvc app and for some reason suddenly it doesnt want to run anymore. it builds just fine but when i try to run it i get:
It says that it happens in my DbContext:
I dont get why its not working, ive tried:
Completely changing my project structure
Deleting solution file and making a new one
Cleaning solution
Rebuilding
Reinstalling all packages
nothing seems to fix it. any advice? here is my repo: https://github.com/ForkEyeee/realtime-poll
MissingMethodException: Method not found: 'Microsoft.EntityFrameworkCore.Storage.CoreTypeMapping Microsoft.EntityFrameworkCore.Storage.TypeMappingSourceBase.FindMapping(System.Type, Microsoft.EntityFrameworkCore.Metadata.IModel)'.It says that it happens in my DbContext:
I dont get why its not working, ive tried:
Completely changing my project structure
Deleting solution file and making a new one
Cleaning solution
Rebuilding
Reinstalling all packages
nothing seems to fix it. any advice? here is my repo: https://github.com/ForkEyeee/realtime-poll
