MVC 4 Tutorial Error

Posted by yiati on Stack Overflow See other posts from Stack Overflow or by yiati
Published on 2012-06-10T16:36:34Z Indexed on 2012/06/10 16:39 UTC
Read the original article Hit count: 224

Filed under:

I am currently following along with http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/accessing-your-model's-data-from-a-controller to get a grasp of MVC 4.

I am trying to add the MoviesController, but whenever I do I receive an error that says...

"Unable to retrieve metadata for 'MvcMovie.Models.Movie' unrecognized configuration section entityFramework (C:\Users\User\AppData\Local\Temp\tmp4FFB.tmp line 76)"

The last thing I did before this was change the Web.config file from the end of the previous page in the tutorial.

© Stack Overflow or respective owner

Related posts about asp.net-mvc-4