If your compiler doesn't recognize
- System.Data.Entity.Infrastructure
- DbContext
- DbSet
- et alii,
make sure
- you have Entity Framework 4.1 installed on your machine;
in your .csproj file, you have the following reference
within the element
...
that houses references to other assemblies.