This error occurred when you are calling a child action method. And that child View does not exists or have been moved to a new location.
@Html.Action("Child", "Home")
Here “Child” is the Action method name and “Home” is the controller name.
This error occurred when you are calling a child action method. And that child View does not exists or have been moved to a new location.
@Html.Action("Child", "Home")
Here “Child” is the Action method name and “Home” is the controller name.