An unexpected error has occured.
System.Exception:
Error processing template
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Message: The wait operation timed out
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
StackTrace:
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Source:
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
TargetSite:
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
01: <meta name="format-detection" content="telephone=no" />
02: <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
03:
04: <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
05: <meta name="theme-color" content="#222222">
06:
07: #if($Config.Host.Contains('.previews.') || $Page.NoIndex)
08: <meta name="robots" content="noindex" />
09: #end
10:
11: <meta name="shareaholic:site_id" content="e7af1fd1928176744b3d2c4581b60949" />
12:
13: <link rel="preconnect" href="https://ssl.google-analytics.com" crossorigin />
14: #if (!$IsEditor && (($Website.EnableCaptcha && $Page.IncludeCaptchaScript) || $Config.Path.StartsWith("/obituaries/obituary-notification")) && !$Tools.IsGoogleAudit)
15: <link rel="preconnect" href="https://www.recaptcha.net/" crossorigin />
16: #end
17:
18: $!{Website.RenderPartial("LCP-Preload")}
19:
20: #if(!$IsEditor && !$Config.Host.Contains('.previews.') && "$!{Website.OsanoOrgId}" != "" && "$!{Website.OsanoSiteId}" != "" && !$Tools.IsGoogleAudit && !$Tools.UserAgent.ToLower().Contains("gtmetrix"))
21: <link rel="preload" href="https://cmp.osano.com/$!{Website.OsanoOrgId}/$!{Website.OsanoSiteId}/osano.js" as="script" />
22: #end
23:
24: $Website.RenderPartial("ConvertFlow", "type", "preload")
25:
26: #if (!$Tools.IsGoogleAudit && !$Tools.UserAgent.ToLower().Contains("gtmetrix") && $Assets.Contains("https://www.googletagmanager.com", "footer.inc"))
27: <link rel="dns-prefetch" href="https://www.googletagmanager.com/" />
28: <link rel="preconnect" href="https://www.googletagmanager.com/" crossorigin />
29: #end
30:
31: <link rel="preload" as="font" crossorigin="anonymous" type="font/woff2" href="$!{Website.ResolveAssetPath("/fonts/icons.woff2")}" />
32: <link rel="preload" as="font" crossorigin="anonymous" type="font/woff2" href="$!{Website.ResolveAssetPath("/fonts/Bayshore.latin.woff2")}" />
33:
34: $!{Website.RenderPartial("OsanoScripts")}
35: $!{Website.RenderPartial("NSMGDataLayerConfig")}
36: $!{Website.RenderPartial("TagManager-Head")}
37:
38: <script>
39: (function() {
40: if(navigator.platform === "MacIntel" && navigator.maxTouchPoints > 0) {
41: var html = document.head.parentElement;
42: html.classList.add('mobile-device');
43: html.classList.remove('not-mobile-device');
44: }
45: })();
46: </script>
47:
48: $!{Website.RenderPartial("ConsentManager")}
49:
50: #* $!{Website.RenderPartial("Optimizely")} *#
51:
52: #if($Tools.ToBool($Website.WebmasterToolsMetaTag))
53: #foreach( $apiKey in $Tools.Split( $Website.WebmasterToolsMetaTag, "," ) )
54: <meta name="google-site-verification" content="$!{apiKey.Trim()}" />
55: #end
56: #end
57:
58: #if($Tools.ToBool($Website.BingWebmasterToolsMetaTag))
59: <meta name="msvalidate.01" content="$!{Website.BingWebmasterToolsMetaTag}" />
60: #end
61:
62: #if(!$IsEditor)
63: <link
64: rel="stylesheet"
65: href='${Website.ResolveAssetPath("/css/theme-fonts${Website.AssetSuffix}.css")}'
66: media="print"
67: onload="this.media='all'"
68: />
69: #if($Config.Path.StartsWith("/obituaries"))
70: $Website.RenderPartial("StyleTag", "href", "/css/theme-obituaries${Website.AssetSuffix}.css")
71: #elseif($Page.DesignElementId == 7)
72: $Website.RenderPartial("StyleTag", "href", "/css/landing-page${Website.AssetSuffix}.css")
73: #else
74: $Website.RenderPartial("StyleTag", "href", "/css/theme${Website.AssetSuffix}.css")
75: #end
76: <noscript>
77: $Website.RenderPartial("StyleTag", "href", "/css/theme-fonts${Website.AssetSuffix}.css")
78: </noscript>
79: #else
80: #if($Page.DesignElementId == 7)
81: <link rel="stylesheet" type="text/css" href='${Website.ResolveAssetPath("/css/editor-theme-landing-pages${Website.AssetSuffix}.css")}' />
82: #elseif($Page.DesignElementId == 100)
83: <link rel="stylesheet" type="text/css" href='${Website.ResolveAssetPath("/css/editor-theme-obituaries${Website.AssetSuffix}.css")}' />
84: #elseif($Page.DesignElementId == 6)
85: <link rel="stylesheet" type="text/css" href='${Website.ResolveAssetPath("/css/editor-theme-sideform${Website.AssetSuffix}.css")}' />
86: #else
87: <link rel="stylesheet" type="text/css" href='${Website.ResolveAssetPath("/css/editor-theme${Website.AssetSuffix}.css")}' />
88: #end
89: #end
90:
91: $Website.RenderPartial("WidgetStyles")
92:
93: #if ( $Assets.HasAsset("custom.css") )
94: ${Assets.RenderInline("custom.css")}
95: #end
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
at funeralOne.WMS2.View.VelocityHelper.ProcessTemplate(String filename, String tplKey, String templateContent, VelocityContext context, Boolean ignoreException) in C:\azbuildagent\_work\368\s\funeralOne.WMS\WMS2\View\VelocityHelper.cs:line 207
at funeralOne.WMS2.View.VelocityHelper.ProcessTemplate(String tplKey, String templateContent, VelocityContext context, Boolean ignoreException) in C:\azbuildagent\_work\368\s\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:\azbuildagent\_work\368\s\funeralOne.WMS\WMS2\View\Wms2Processor.cs:line 1620
at funeralOne.WMS.Web.Handler.WmsPagesHandler.ProcessRequest(HttpRequest Request, HttpResponse Response, Int32 sectionId, Int32 pageId) in C:\azbuildagent\_work\368\s\funeralOne.WMS\Web\Handler\WmsPagesHandler.cs:line 236
at funeralOne.WMS.Web.Handler.WmsPagesHandler.ProcessRequest(HttpContext context) in C:\azbuildagent\_work\368\s\funeralOne.WMS\Web\Handler\WmsPagesHandler.cs:line 45
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.