I'm using the
VB.NET code:
Using myEntities As New PlanetWroxEntities()
Even after using Imports PlanetWroxModel it tells me that PlanetWroxEntities is not defined, the suggested fix is to use:
Using myEntities As New PlanetWroxEntities1()
- which seems to work fine. Is this correct because the book doesnt state the 1?