i have a web application developed in MVC 3 using VS2010. But when i open it through VS 2013 i am shown the following error.
System.Web.WebPages.Html.HtmlHelper' does not contain a definition for
'Partial' and no extension method 'Partial' accepting a first argument of type
'System.Web.WebPages.Html.HtmlHelper' could be found (are you missing a using
directive or an assembly reference?
And i now VS 2010 is also showing the same error. what to do? Plz help me out..
add this namespace and see if it helps
System.Web.Mvc.Html