Scaffolding
I am creating the Music Store from Jon Galloway MVC 5 book. I have reached page 87 where you execute the scaffolding template. I try to create a scaffold by right clicking on Controller file then selecting "add controller" I then select everything he tell me to however I recieve an error message telling me "Unable to retrieve for 'MvcApplication3.Models.Album'.Using the same DbcompiledModel to create contexts against different types of database servers is not supported. Instead, create a seperate DbCompiledModel for each type of server being used"
Which means I can't complete the scaffolding part of the book. Does anyone know what I need to do to correct this error? Any help would be much appreciated.
|