[Ch.14 Pg.503] Entity Framework model
Hi,
I'm having a bit of trouble completing the Try It Out that starts on Pg. 501 as when I get to step 10, I get the error message that the book warns me about (PlanetWroxEntities being out of scope), but I can't seem to fix it as even when I hand type Using PlanetWroxModel; nothing seems to work.
VS doesn't detect give the option of selecting "Using PlanetWroxModel;" or "PlanetWroxModel.PlanetWroxEntities" as shown in the Fig 14-3, I just get the bottom two options, "Generate class [...]" and "Generate new type..."
Any idea on how I can fix this?
|