jbogard / ContosoUniversityCore

MIT License
591 stars 151 forks source link

System.MissingMethodException: Method not found #37

Closed SrikanthGollapudi closed 3 years ago

SrikanthGollapudi commented 3 years ago

Project compiled and home page loads fine. But when I click either Student, Contacts, Courses and Instructor tabs, I get following error

System.MissingMethodException: Method not found: 'Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ModelBindingMessageProvider Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.BindingMetadata.get_ModelBindingMessageProvider()'.

I tried upgrading AspCore.MVC to 2.2.0, but still doesn't help. Also, tried clearing nuget cache and rebuilding doesn't help

**Note: Only Department tab works image

jbogard commented 3 years ago

I don't really maintain this repo, I've moved over to the DotNetCorePages one.