Add Controller in MVC4 not working

前端 未结 11 591
一向
一向 2020-11-30 08:58

I\'m using VS 2010 Premium. I have a MVC4 project using SqlCe 4.0 with a entity framework model.

Model is:

  public class ProjectBuild
    {
       p         


        
11条回答
  •  生来不讨喜
    2020-11-30 09:28

    1. Create the Controller
    2. Add the String Context in web.config

    It's a chronological problem not a bug. Source : from Vô Thường's comm http://www.itorian.com/2012/10/unable-to-retrieve-metadata-for.html

提交回复
热议问题