-
Notifications
You must be signed in to change notification settings - Fork 97
Description
Asp Net Core 3.0 AggregateException
@FF.PropertiesFor(Model).Render(Html)
14:23:14 [Error] () An unhandled exception has occurred while executing the request.
System.AggregateException: One or more errors occurred. (The partial view 'FormFactory/Form.Property' was not found. The following locations were searched:
/Views/Assignment/FormFactory/Form.Property.cshtml
/Views/Shared/FormFactory/Form.Property.cshtml
/Pages/Shared/FormFactory/Form.Property.cshtml
/Views/Shared/FormFactory/Form.Property.cshtml)
---> System.InvalidOperationException: The partial view 'FormFactory/Form.Property' was not found. The following locations were searched:
/Views/Assignment/FormFactory/Form.Property.cshtml
/Views/Shared/FormFactory/Form.Property.cshtml
/Pages/Shared/FormFactory/Form.Property.cshtml
/Views/Shared/FormFactory/Form.Property.cshtml
at Microsoft.AspNetCore.Mvc.ViewFeatures.HtmlHelper.RenderPartialCoreAsync(String partialViewName, Object model, ViewDataDictionary viewData, TextWriter writer)
at Microsoft.AspNetCore.Mvc.ViewFeatures.HtmlHelper.PartialAsync(String partialViewName, Object model, ViewDataDictionary viewData)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task1.GetResultCore(Boolean waitCompletionNotification) at FormFactory.RenderExtension.Render(IEnumerable
1 properties, IHtmlHelper html)
at AspNetCore.Views_Assignment_AddAssignments.<>c__DisplayClass26_0.<b__4>d.MoveNext() in C:\AddAssignments.cshtml:line 72
--- End of stack trace from previous location where exception was thrown ---