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.ApplicationException: Error processing template [0DD5A6E679820DC874CB18411FA04874] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Invocation of method 'ResolveAssetSkinPath' in funeralOne.WMS2.Model.TplWebsite threw exception System.ComponentModel.Win32Exception : The wait operation timed out ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Template [0DD5A6E679820DC874CB18411FA04874] Content ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 01: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 02: <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml"> 03: <head> 04: <title> </title> 05: 06: #if($Tools.ToBool($Page.MetaDescription)) 07: <meta name="description" content="${Page.MetaDescription}" /> 08: #end 09: 10: $!{Website.RenderPartial("html-head")} 11: 12: <meta name="format-detection" content="telephone=no" /> 13: 14: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 15: ${Website.RenderDesignElement(83)} 16: <link rel="stylesheet" type="text/css" href='${Website.ResolveAssetSkinPath("/css/theme-obituaries${Website.AssetSuffix}.css")}' /> 17: <link rel="stylesheet" type="text/css" href="${Website.CdnPath('/css/background.css')}" /> 18: #if ( $Assets.HasAsset("custom.css") ) 19: <link rel="stylesheet" type="text/css" href="${Assets.RenderPath('custom.css')}" /> 20: #end 21: 22: ${Website.RenderDesignElement(82)} 23: 24: <script type="text/javascript" src='${Website.ResolveAssetPath("/js/theme-obituaries${Website.AssetSuffix}.js")}'></script> 25: #if ( $Assets.HasAsset("custom.js") ) 26: <script type="text/javascript" src="${Assets.RenderPath('custom.js')}"></script> 27: #end 28: #if ( $Assets.HasAsset("tribute-custom.js") ) 29: <script type="text/javascript" src="${Assets.RenderPath('tribute-custom.js')}"></script> 30: #end 31: 32: #if($Tools.ToBool($Website.HasOption("translation_bar")) && !$Tools.IsGoogleAudit && !$IsEditor && !$Tools.UserAgent.ToLower().Contains("trident/7") && !$Tools.UserAgent.ToLower().Contains("edge/")) 33: <script type="text/javascript"> 34: $.TranslatorBar('$!{Website.TranslatorLanguages}'); 35: </script> 36: #end 37: 38: $!{Assets.Render("header.inc")} 39: $!{Website.IncludeStorageFile("userTimeZone.inc")} 40: $!{Website.RenderPartial("facebook-pixel")} 41: </head> 42: <body class="memorial"> 43: ${Website.RenderDesignElement("WARNING-MESSAGE")} 44: 45: <div id="memorial-wrapper"> 46: <div class="concept-wrapper"> 47: <div class="concept"> 48: 49: <div class="top"> 50: <ul> 51: <li><a href="$!{Website.ObituariesPath}">Return to Website</a></li> 52: </ul> 53: </div> 54: 55: <div class="main"> 56: ${Page.Content} 57: </div> <!-- main --> 58: 59: </div> <!-- concept --> 60: </div> <!-- concept-wrapper --> 61: </div> <!-- memorial wrapper --> 62: 63: $!{Assets.Render("footer.inc")} 64: </body> 65: </html> 66: 67: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 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 158 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 1436 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 1423 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 1400 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.