“/”应用程序中的服务器错误。

The view 'ForSiteNode' or its master was not found or no view engine supports the searched locations. The following locations were searched:
~/Views/site/ForSiteNode.aspx
~/Views/site/ForSiteNode.ascx
~/Views/Shared/ForSiteNode.aspx
~/Views/Shared/ForSiteNode.ascx
~/Views/site/ForSiteNode.cshtml
~/Views/site/ForSiteNode.vbhtml
~/Views/Shared/ForSiteNode.cshtml
~/Views/Shared/ForSiteNode.vbhtml

说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.InvalidOperationException: The view 'ForSiteNode' or its master was not found or no view engine supports the searched locations. The following locations were searched:
~/Views/site/ForSiteNode.aspx
~/Views/site/ForSiteNode.ascx
~/Views/Shared/ForSiteNode.aspx
~/Views/Shared/ForSiteNode.ascx
~/Views/site/ForSiteNode.cshtml
~/Views/site/ForSiteNode.vbhtml
~/Views/Shared/ForSiteNode.cshtml
~/Views/Shared/ForSiteNode.vbhtml

源错误:

执行当前 Web 请求期间生成了未经处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。

堆栈跟踪:


[InvalidOperationException: The view 'ForSiteNode' or its master was not found or no view engine supports the searched locations. The following locations were searched:
~/Views/site/ForSiteNode.aspx
~/Views/site/ForSiteNode.ascx
~/Views/Shared/ForSiteNode.aspx
~/Views/Shared/ForSiteNode.ascx
~/Views/site/ForSiteNode.cshtml
~/Views/site/ForSiteNode.vbhtml
~/Views/Shared/ForSiteNode.cshtml
~/Views/Shared/ForSiteNode.vbhtml]
   System.Web.Mvc.ViewResult.FindView(ControllerContext context) +422
   System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +147
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +109
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +890
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +890
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +97
   System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +241
   System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +29
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +111
   System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +53
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +19
   System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +51
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +111
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +606
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +288


版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.0.30319.34009