Skip to content

Instantly share code, notes, and snippets.

@bleroy
Created April 1, 2015 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bleroy/f27d98621c610febae18 to your computer and use it in GitHub Desktop.
Save bleroy/f27d98621c610febae18 to your computer and use it in GitHub Desktop.
CodePlex Issue #16459 Plain Text Attachments
Server Error in '/' Application.
The view 'NotFound' or its master was not found. The following locations were searched:
~/Areas/Orchard.Blogs/Views/BlogAdmin/NotFound.aspx
~/Areas/Orchard.Blogs/Views/BlogAdmin/NotFound.ascx
~/Areas/Orchard.Blogs/Views/Shared/NotFound.aspx
~/Areas/Orchard.Blogs/Views/Shared/NotFound.ascx
~/Views/BlogAdmin/NotFound.aspx
~/Views/BlogAdmin/NotFound.ascx
~/Views/Shared/NotFound.aspx
~/Views/Shared/NotFound.ascx
Description: An unhandled exception occurred 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.
Exception Details: System.InvalidOperationException: The view 'NotFound' or its master was not found. The following locations were searched:
~/Areas/Orchard.Blogs/Views/BlogAdmin/NotFound.aspx
~/Areas/Orchard.Blogs/Views/BlogAdmin/NotFound.ascx
~/Areas/Orchard.Blogs/Views/Shared/NotFound.aspx
~/Areas/Orchard.Blogs/Views/Shared/NotFound.ascx
~/Views/BlogAdmin/NotFound.aspx
~/Views/BlogAdmin/NotFound.ascx
~/Views/Shared/NotFound.aspx
~/Views/Shared/NotFound.ascx
Source Error:
Line 9: TempData = context.Controller.TempData;
Line 10:
Line 11: base.ExecuteResult(context);
Line 12:
Line 13: context.HttpContext.Response.StatusDescription = "File Not Found";
Source File: C:\Workspace\orchard\src\Orchard\Mvc\Results\NotFoundResult.cs Line: 11
Stack Trace:
[InvalidOperationException: The view 'NotFound' or its master was not found. The following locations were searched:
~/Areas/Orchard.Blogs/Views/BlogAdmin/NotFound.aspx
~/Areas/Orchard.Blogs/Views/BlogAdmin/NotFound.ascx
~/Areas/Orchard.Blogs/Views/Shared/NotFound.aspx
~/Areas/Orchard.Blogs/Views/Shared/NotFound.ascx
~/Views/BlogAdmin/NotFound.aspx
~/Views/BlogAdmin/NotFound.ascx
~/Views/Shared/NotFound.aspx
~/Views/Shared/NotFound.ascx]
System.Web.Mvc.ViewResult.FindView(ControllerContext context) +454
System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +126
Orchard.Mvc.Results.NotFoundResult.ExecuteResult(ControllerContext context) in C:\Workspace\orchard\src\Orchard\Mvc\Results\NotFoundResult.cs:11
System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult) +13
System.Web.Mvc.<>c__DisplayClass14.<InvokeActionResultWithFilters>b__11() +23
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +264
System.Web.Mvc.<>c__DisplayClass16.<InvokeActionResultWithFilters>b__13() +20
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +264
System.Web.Mvc.<>c__DisplayClass16.<InvokeActionResultWithFilters>b__13() +20
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +264
System.Web.Mvc.<>c__DisplayClass16.<InvokeActionResultWithFilters>b__13() +20
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +264
System.Web.Mvc.<>c__DisplayClass16.<InvokeActionResultWithFilters>b__13() +20
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +264
System.Web.Mvc.<>c__DisplayClass16.<InvokeActionResultWithFilters>b__13() +20
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +264
System.Web.Mvc.<>c__DisplayClass16.<InvokeActionResultWithFilters>b__13() +20
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +264
System.Web.Mvc.<>c__DisplayClass16.<InvokeActionResultWithFilters>b__13() +20
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +264
System.Web.Mvc.<>c__DisplayClass16.<InvokeActionResultWithFilters>b__13() +20
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +264
System.Web.Mvc.<>c__DisplayClass16.<InvokeActionResultWithFilters>b__13() +20
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +264
System.Web.Mvc.<>c__DisplayClass16.<InvokeActionResultWithFilters>b__13() +20
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +264
System.Web.Mvc.<>c__DisplayClass16.<InvokeActionResultWithFilters>b__13() +20
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +176
System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +345
System.Web.Mvc.Controller.ExecuteCore() +115
InvocationExecuteCore_7.InvokeMethodOnTarget() +9
Castle.DynamicProxy.AbstractInvocation.Proceed() +50
Orchard.Settings.SettingsModuleInterceptor.Intercept(IInvocation invocation) in C:\Workspace\orchard\src\Orchard\Settings\SettingsModule.cs:45
Castle.DynamicProxy.AbstractInvocation.Proceed() +81
BlogAdminControllerProxy23ebe73b793b4448aa75b4f4a16de8fe.ExecuteCore() +85
System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +42
InvocationExecute_26.InvokeMethodOnTarget() +55
Castle.DynamicProxy.AbstractInvocation.Proceed() +50
Orchard.Settings.SettingsModuleInterceptor.Intercept(IInvocation invocation) in C:\Workspace\orchard\src\Orchard\Settings\SettingsModule.cs:45
Castle.DynamicProxy.AbstractInvocation.Proceed() +81
BlogAdminControllerProxy23ebe73b793b4448aa75b4f4a16de8fe.Execute(RequestContext requestContext) +101
System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext) +10
System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__4() +34
System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +21
System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +12
System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55
System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +43
System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
Orchard.Mvc.Routes.HttpAsyncHandler.EndProcessRequest(IAsyncResult result) in C:\Workspace\orchard\src\Orchard\Mvc\Routes\ShellRoute.cs:177
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8836913
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +184
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment