I'm developing nopcommerce plugin and calling partial view in master page. but loaded show this error:
CS1061: 'System.Web.Mvc.HtmlHelper' does not contain a definition for 'Patial' and no extension method 'Patial' accepting a first argument of type 'System.Web.Mvc.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)
~/Themes/twigoh/Views/Dashboard/
– Divyang Desai