Error followed by an error in error handling - please contact tech support.

Original Error

The file '/PageTemplates/Controls/Header.ascx' does not exist.

Server Error in '/' Application.

The file '/PageTemplates/Controls/Header.ascx' does not exist.

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.

Exception Details: System.Web.HttpException: The file '/PageTemplates/Controls/Header.ascx' does not exist.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[HttpException (0x80004005): The file '/PageTemplates/Controls/Header.ascx' does not exist.]
   System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) +11311741
   System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) +203
   System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) +135
   System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) +164
   SonicEagle.BrokerAchieve.PageTemplates.Basic.Page_Load(Object sender, EventArgs e) +79
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   SonicEagle.Common.TimerPage.OnLoad(EventArgs e) +124
   System.Web.UI.Control.LoadRecursive() +71
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3048

Error Handling Error

Error executing child request for /ErrorHandler/PageNotFound.aspx.
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(String path, TextWriter writer, Boolean preserveForm) at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm) at SonicEagle.BrokerAchieve.ErrorHandler.Page_Load(Object sender, EventArgs e)