October 15 2013

ASP.net Model Class and Data context class do not list the Movie selections

Tagged Under :

asp.net
I’m working through ASP.NET MVC4 tutorial and the section “Accessing Your Model’s Data from a Controller”. I’ve attempted to add the MoviesController but the combo boxes for Model Class and Data context class do not list the Movie selections that they specified.



It is because I not yet rebuild the application and the tutorial also didn’t mention this.