'System.Web.Mvc.HtmlHelper' does not contain a definition for 'RenderPartial' - ASP.Net MVC

后端 未结 5 855
不思量自难忘°
不思量自难忘° 2021-01-17 23:37

I\'ve been trying to run ASP.Net MVC 1.0 on one machine, but can\'t get past this. I create a new MVC project (C#). It creates all the folders, views, controllers, models

5条回答
  •  臣服心动
    2021-01-17 23:58

    Just trying to rule out the obvious here, but can you make sure have this in the namespaces section of the web.config?

    
    

提交回复
热议问题