I have installed Visual Studio 2012 Express for Web, licensed it
Created new Basic MVC 4 web application. It's a simple bookstore website example
Added connection to SQL Server Express 2008 database. There are already 3 linked tables in it
Created a new model for Books table
As you see on the screenshot, I tried to add a data context exactly like it is in all tutorials but for some reason it doesn't recognize DBContext class. Nowhere is said to create this class manually so I assume it should be in System.Data.Entity...
Why doesn't it recognize that class?
DbContext
notDBContext
– James P