From Speedy Hog, 8 Years ago, written in Plain Text.
Embed
  1.  
  2. Server Error in '/' Application.
  3.  
  4. The partial view '~/Views/Shared/_InactivityPopup.cshtml' was not found or no view engine supports the searched locations. The following locations were searched:
  5. ~/Views/Shared/_InactivityPopup.cshtml
  6.   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.
  7.  
  8.  Exception Details: System.InvalidOperationException: The partial view '~/Views/Shared/_InactivityPopup.cshtml' was not found or no view engine supports the searched locations. The following locations were searched:
  9. ~/Views/Shared/_InactivityPopup.cshtml
  10.  
  11. Source Error:
  12.  
  13.  
  14.  
  15. Line 368:</div>
  16. Line 369:
  17. Line 370:@Html.Partial("~/Views/Shared/_InactivityPopup.cshtml")
  18. Line 371:
  19. Line 372:<audio id="questionSound">
  20.  
  21.  
  22.  Source File:  c:\inetpub\ja\Professionals\Views\Home\Index.cshtml    Line:  370
  23.  
  24. Stack Trace:
  25.  
  26.  
  27.  
  28. [InvalidOperationException: The partial view '~/Views/Shared/_InactivityPopup.cshtml' was not found or no view engine supports the searched locations. The following locations were searched:
  29. ~/Views/Shared/_InactivityPopup.cshtml]
  30.    System.Web.Mvc.HtmlHelper.FindPartialView(ViewContext viewContext, String partialViewName, ViewEngineCollection viewEngineCollection) +407
  31.    System.Web.Mvc.HtmlHelper.RenderPartialInternal(String partialViewName, ViewDataDictionary viewData, Object model, TextWriter writer, ViewEngineCollection viewEngineCollection) +217
  32.    System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper, String partialViewName, Object model, ViewDataDictionary viewData) +151
  33.    ASP._Page_Views_Home_Index_cshtml.Execute() in c:\inetpub\ja\Professionals\Views\Home\Index.cshtml:370
  34.    System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +253
  35.    System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +161
  36.    System.Web.WebPages.StartPage.ExecutePageHierarchy() +89
  37.    System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +104
  38.    System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +363
  39.    System.Web.Mvc.<>c__DisplayClass1a.<InvokeActionResultWithFilters>b__17() +31
  40.    System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +416
  41.    System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +416
  42.    System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +416
  43.    System.Web.Mvc.Async.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult) +185
  44.    System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +53
  45.    System.Web.Mvc.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult) +24
  46.    System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +22
  47.    System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +68
  48.    System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +22
  49.    System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +53
  50.    System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult) +39
  51.    System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +22
  52.    System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +53
  53.    System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +399
  54.    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +137
  55.  
  56.  
  57.  
  58.  
  59. Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1099.0