An unexpected error has occured.
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: <!DOCTYPE html>
02: <html lang="en" prefix="og: https://ogp.me/ns#">
03: <head>
04: <meta charset="utf-8" />
05: <title>$!{Page.Title}</title>
06:
07: #if($Tools.ToBool($Page.MetaDescription))
08: <meta name="description" content="${Page.MetaDescription}" />
09: #end
10:
11: $!{Website.RenderPartial("html-head")}
12:
13: #if ($Website.HasCustomColorScheme)
14: #if(!$IsEditor)
15: #set($skin = $Website.RenderStorageFile("/custom/skin.css"))
16: <style id="TemplateSkin">
17: $!{skin}
18: </style>
19: #else
20: <link rel="stylesheet" type="text/css" href='${Website.CdnPath("/custom/skin.css")}' id="TemplateSkin" />
21: #end
22: #end
23:
24: <link
25: rel="stylesheet"
26: type="text/css"
27: href='${Website.ResolveAssetPath("/css/theme-store${Website.AssetSuffix}.css")}'
28: />
29:
30: #if ( $Assets.HasAsset("store-custom.css") )
31: <link
32: rel="stylesheet"
33: type="text/css"
34: href="${Assets.RenderPath('store-custom.css')}"
35: />
36: #end
37:
38: $!{Assets.Render("header.inc")}
39: $!{Website.RenderSharedFile("userTimeZone.inc")}
40: $!{Website.RenderPartial("facebook-pixel")}
41: </head>
42: <body>
43: #set($bodyClass = "body")
44: #if($IsEditor)
45: #set($bodyClass = "${bodyClass} body--we-store")
46: #end
47: <div class="${bodyClass}">
48: <div class="concept">
49: <div class="concept-body">
50:
51: <div
52: class="header-wrapper"
53: >
54: $!{Website.RenderWidgetGroup("Hero")}
55: <div class="header-logo">
56: $!{Website.RenderWidgetGroup("Logo")}
57: </div>
58: <div class="header-info">
59: <a href="/" class="header-back">
60: <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 256 256"><path d="M168.49,199.51a12,12,0,0,1-17,17l-80-80a12,12,0,0,1,0-17l80-80a12,12,0,0,1,17,17L97,128Z"></path></svg>
61: Back to Home
62: </a>
63: <p>
64: Have questions? Contact our Sympathy Gift Advisors anytime at
65: <a href="tel:18889327658">
66: <svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 256 256"><path d="M224,154.8l-47.09-21.11-.18-.08a19.94,19.94,0,0,0-19,1.75,13.08,13.08,0,0,0-1.12.84l-22.31,19c-13-7.05-26.43-20.37-33.49-33.21l19.06-22.66a11.76,11.76,0,0,0,.85-1.15,20,20,0,0,0,1.66-18.83,1.42,1.42,0,0,1-.08-.18L101.2,32A20.06,20.06,0,0,0,80.42,20.15,60.27,60.27,0,0,0,28,80c0,81.61,66.39,148,148,148a60.27,60.27,0,0,0,59.85-52.42A20.06,20.06,0,0,0,224,154.8ZM176,204A124.15,124.15,0,0,1,52,80,36.29,36.29,0,0,1,80.48,44.46l18.82,42L80.14,109.28a12,12,0,0,0-.86,1.16A20,20,0,0,0,78,130.08c9.42,19.28,28.83,38.56,48.31,48A20,20,0,0,0,146,176.63a11.63,11.63,0,0,0,1.11-.85l22.43-19.07,42,18.81A36.29,36.29,0,0,1,176,204Z"></path></svg>
67: 1-888-932-7658
68: </a>
69: </p>
70: </div>
71: </div>
72: <div class="content">
73: <div role="main" class="page-content">$!{Page.Content}</div>
74: </div>
75:
76: </div>
77: </div>
78: </div>
79:
80: #if ( $Assets.HasAsset("store-custom.js") )
81: <script src="${Assets.RenderPath('store-custom.js')}"></script>
82: #end
83:
84: #if($IsEditor)
85: <link rel="stylesheet" type="text/css" href='${Website.ResolveAssetPath("/css/editor${Website.AssetSuffix}.css")}' />
86: #end
87:
88: $!{Assets.Render("footer.inc")}
89: </body>
90: </html>
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
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.RenderDesignTemplate(Int32 designTemplate, Int32 elementId, VelocityContext context) in C:\hi\git\f1connect-wms\funeralOne.WMS\WMS2\View\Wms2Processor.cs:line 1246
at funeralOne.WMS2.View.Wms2Processor.GetHeaderElementData(Int32 elementId, String sectionName, String pageName) in C:\hi\git\f1connect-wms\funeralOne.WMS\WMS2\View\Wms2Processor.cs:line 1203
at funeralOne.WMS.Web.WmsHttpModule.GetHeaderByTemplatePageId(Int32 templatePageId, Int32 elementId, HeaderParse hp, String sectionName, String pageName) in C:\hi\git\f1connect-wms\funeralOne.WMS\Web\WmsHttpModule.cs:line 1477
at NopSolutions.NopCommerce.Web.MasterPages.root.RenderBodyStartContent() in C:\azbuildagent\_work\364\s\Store\MasterPages\Root.Master.cs:line 138
at NopSolutions.NopCommerce.Web.MasterPages.root.OnLoad(EventArgs e) in C:\azbuildagent\_work\364\s\Store\MasterPages\Root.Master.cs:line 91
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
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.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.category_aspx.ProcessRequest(HttpContext context)
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.