I was following Entity framework tutorial in Microsoft.
Here I've done up to Set up EF to use a SQL Server Express LocalDB database.And in Creating a Student Controller and Views section when I tried to add a controller using MVC 5 Controller with Views, using Entity Framework (as mentioned in the tutorial), I'm getting an error saying
Attempting to install version '6.1.1' of 'EntityFramework' but the project already includes a different version. Skipping...
I tried reinstalling Entity Framework using the console, but still, it doesn't solve the problem. Does anyone know how to solve it?
