An unexpected error has occured.
System.Web.HttpException (0x80004005): Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerWrapper'. ---> System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Exception:
Error processing template
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Message: The wait operation timed out
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
StackTrace:
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Source:
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TargetSite:
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
01: #if($Website.CurrentTribute)
02: #set($hideStoreButton = $Website.CurrentTribute.HasOption(4001))
03: #end
04:
05: <div id="TemplateHeaderSub" class="template-header-sub #if(!$Store)no-store#end #if($hideStoreButton)hide-store-button#end" data-sticky>
06: <div class="header-sub-wrapper">
07:
08: <div class="header-sub-content">
09:
10: <!-- NAVIGATION LINKS -->
11: <nav class="header-col main-nav">
12: <ul>
13: <li class="nav-item">
14: <a #if($Config.Path.StartsWith("/obituaries")) class="active"#end href="$!{Website.ObituariesPath}"><span>$!{Tools.ResolveTextPet("", "Pet")} $!{Website.ObituariesLabel}</span></a>
15: </li>
16: #foreach($section in $Website.Sections)
17: #if($section.NavigationShowInHeader)
18: #if($foreachCount <= 6 && $section.Url != "/store/")
19: #set($isExternal = $section.Url.StartsWith("http://") || $section.Url.StartsWith("https://"))
20: <li class="nav-item">
21: <a #if($section.Equals($Section)) class="active"#end href="${section.Url}"#if($isExternal) target="_blank"#end><span>${section.Name}</span></a>
22: </li>
23: #elseif( $section.Url == "/store/")
24: <li class="nav-item store-item">
25: <a href="/store/?icn=desktop_site_menu&icc=desktop"><span>${section.Name}</span></a>
26: </li>
27: #end
28: #end
29: #end
30: </ul>
31: </nav>
32:
33: <!-- STORE BUTTON -->
34: #if($Store)
35: <div class="header-col store-button">
36: #if($Store.HasFlowers)
37: <a class="btn btn-store btn-store-flowers" href="/store/?icn=desktop_site_send_flowers_button&icc=desktop">Send Flowers & Gifts</a>
38: #else
39: <a class="btn btn-store btn-store-gifts" href="/store/?icn=desktop_site_send_flowers_button&icc=desktop">Sympathy Store</a>
40: #end
41: </div>
42: #end
43:
44: </div>
45:
46: <button class="navbar-toggle" type="button">
47: <span class="sr-only">Toggle navigation</span>
48: <span class="icon-bar first"></span>
49: <span class="icon-bar middle"></span>
50: <span class="icon-bar last"></span>
51: </button>
52:
53: </div>
54:
55: </div>
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
at funeralOne.WMS2.View.VelocityHelper.ProcessTemplate(String filename, String tplKey, String templateContent, VelocityContext context, Boolean ignoreException) in C:\hi\git\f1connect-wms\funeralOne.WMS\WMS2\View\VelocityHelper.cs:line 207
at funeralOne.WMS2.View.VelocityHelper.ProcessTemplate(String tplKey, String templateContent, VelocityContext context, Boolean ignoreException) in C:\hi\git\f1connect-wms\funeralOne.WMS\WMS2\View\VelocityHelper.cs:line 52
at funeralOne.WMS2.View.Wms2Processor.RenderPage(Nullable`1 elementId, String designTemplateElementData, String pageContent, Page page, String pageName, String sectionName, Nullable`1 sectionId) in C:\hi\git\f1connect-wms\funeralOne.WMS\WMS2\View\Wms2Processor.cs:line 1620
at funeralOne.WMS.Web.WmsHttpModule.InternalRenderPage(Nullable`1 elementId, String elementContent, Section section, String sectionName, Page page, String pageName, String pageContent) in C:\hi\git\f1connect-wms\funeralOne.WMS\Web\WmsHttpModule.cs:line 1600
at funeralOne.WMS.Web.WmsHttpModule.RenderPage(Int32 elementId, String sectionName, String pageName, String pageContent) in C:\hi\git\f1connect-wms\funeralOne.WMS\Web\WmsHttpModule.cs:line 1577
at ASP.views_shared_memorial_master.__Render__control1(HtmlTextWriter __w, Control parameterContainer)
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
at System.Web.Mvc.ViewPage.Render(HtmlTextWriter writer)
at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.views_memorial_memorial_aspx.ProcessRequest(HttpContext context)
at System.Web.Mvc.HttpHandlerUtil.ServerExecuteHttpHandlerWrapper.<>c__DisplayClass4.<Wrap>b__3()
at System.Web.Mvc.HttpHandlerUtil.ServerExecuteHttpHandlerWrapper.Wrap[TResult](Func`1 func)
at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)
at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride)
at System.Web.HttpServerUtility.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage)
at System.Web.HttpServerUtility.Execute(IHttpHandler handler, TextWriter writer, Boolean preserveForm)
at System.Web.Mvc.ViewPage.RenderView(ViewContext viewContext)
at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)
at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1a.<InvokeActionResultWithFilters>b__17()
at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult)
at System.Web.Mvc.Controller.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult)
at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)
at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult)
at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
- Please try refreshing the page and trying again.
- If the problem persists, please notify the website owner.
- The administrators of this website have been notified of this error.