在学习MVC3时,按照其tutorials进行到http://www.asp.net/mvc/tutorials/getting-started-with-mvc3-part4-cs
发现,
 MovieDBContext : DbContext
    {
        public DbSet<Movie>
中的DbContext和DbSet在System.Data.Entity名称空间中,并没有找到。提示错误。
于是在这儿找到了,需要在NuGet中安装EntityFramework.
http://stackoverflow.com/questions/5741109/the-type-or-namespace-name-dbcontext-could-not-be-found

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
  • 2022-12-23
  • 2021-05-07
  • 2021-10-17
猜你喜欢
  • 2022-02-15
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
  • 2021-10-26
  • 2022-12-23
  • 2021-10-08
相关资源
相似解决方案