I'm currently using VS 2013 Express edition and SQL Server 2013 Express edition which I downloaded from official Microsoft website.
Well, here is my problem:
Everything was going fine till 14th chapter. But I came across this problem in 14th chapter first try it out section which was "A Simple LINQ to Entities Example" where I stumbled across this error which you mentioned in the book:
using (PlanetWroxEntities myEntities = new PlanetWroxEntities())
where PlanetWroxEntities is shown as error since it is defined in a namespace but not in the scope. And the ways to correct the error that you mentioned in the book is not working for me

when I click or ctrl+dot I see no suggestions and the only suggestion i get is
'generate a class for PlanetWroxEntites'.
I tried recreating the whole project again but I'm stuck at this point. I tried Imports PlantWroxModel method because the language which I'm using is
VB and I get this error
"Type "PlanetWroxEntities" not defined." What do I do now?
Reply me ASAP.