Skip to content

Asp Net Core 3.0 AggregateException The partial view 'FormFactory/Form.Property' was not found. #89

@AspDotNetCP

Description

@AspDotNetCP

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(IEnumerable1 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 ---

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions