IAsyncController.EndExecute(IAsyncResult asyncResult) +10 EndExecute(IAsyncResult asyncResult) +28 WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +22 b_15(IAsyncResult asyncResult, Controller controller) +12 EndExecuteCore(IAsyncResult asyncResult) +38 WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +29 b_1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +13 AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +27 WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) +10 c_Displa圜lass1e.b_1b(IAsyncResult asyncResult) +100 InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +52
InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +420
InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +56 InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult) +13 ExecuteResult(ControllerContext context) +116 FindView(ControllerContext context) +369 [InvalidOperationException: The partial view 'Action' was not found or no view engine supports the searched locations. Information regarding the origin and location of the exception can be identified using the exception stack trace below. The following locations were searched:Īn unhandled exception was generated during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Įxception Details: System.InvalidOperationException: The partial view 'Action' was not found or no view engine supports the searched locations.
~/Views/Shared/Action.vbhtml Description: An unhandled exception occurred during the execution of the current web request. The partial view 'Action' was not found or no view engine supports the searched locations. The following locations were searched:~/Views/Blogs/Action.aspx~/Views/Blogs/Action.ascx~/Views/Shared/Action.aspx~/Views/Shared/Action.ascx~/Views/Blogs/Action.cshtml~/Views/Blogs/Action.vbhtml~/Views/Shared/Action.cshtml~/Views/Shared/Action.vbhtml Server Error in '/' Application.