I am using Entity Framework 6 in my APS.NET 4.5 web application.
When running the following command:
using (var db = new booksEnteties()) { var
The error is very specific... Its complaining about the attribute 'Name' Your problem is on this line:
Name is invalid here, just remove it so it should be like this: