5

Error Detail:

There was an error running the selected code generator: ‘Method ‘get_QueryProvider’ in type ‘Microsoft.EntityFrameworkCore.Storage.Internal.RelationalDatabaseFacadeDependencies’ from assembly ‘Microsoft.EntityFrameworkCore.Relational, Version=6.0.10.0, Culture=neutral, PublicKeyToken=adb9793829ddae60’ does not have an implementation.’ Click Here to see screenshot

Creating MVC Controller with views, using Entity Framework Clear Here. How can I solve this problem?

1 Answer 1

13

Probably because you have a nuget package which has a higher version. I had the same problem. I had EF.Core 6.0.11 and EF 7.0.0. Just try to have all your EF nuget packages on the same version.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.