CH 17 Dynamic Data Website
Hi,
I have ran into trouble on ch 17 pg 576 step 10. when I go into my global.asax file and make changes to the line containing "DefaultModel.RegisterContext(GetType(pubsModel.pu bsEntities), New ContextConfiguration() With {.ScaffoldAllTables = True})" the "pubsModel.pubsEntities" errors out the error is listed below:
Error 6 Type 'pubsModel.pubsEntities' is not defined. C:\Users\NVSYS\Documents\Visual Studio 2012\Projects\dda\Global.asax 25 46 dda
at this point I have tried doing all steps over to see if I missed something... any help would greatly apprecatied.
thanks,
JT
|