I got this error, and I ensure I have the file FormModelConfigurarAreaItem.cshtml in the EditorTemplates.
No found the partial view ~/Views/Shared/EditorTemplates/FormModelConfigurarAreaItem or there are no search mottor which admits this path.
The code is:
[HttpGet]
public PartialViewResult BlankFormModelConfigurarAreaItem()
{
return PartialView("~/Views/Shared/EditorTemplates/FormModelConfigurarAreaItem", new FormModelConfigurarAreaItem ());
}