We are receiving this error in our log files consistently, yet we have nothing in the producttemplate or categorytemplate table pointing to this path. This path DOES NOT exist in our folder structure, we are not using the "everything" folder. Where else can i look for the path?
MediaChase version 4.1
2009-04-03 09:35:38,458 [4124] ERROR Mediachase.eCF.BusLayer.Audit.Log [(null)] - Global.asax - UnhandledException
Mediachase.eCF.ClientLib2.ClientException ---> System.Web.HttpException: The file '/PublicStore/MasterTemplates/Everything/Theme/Page/InfoTemplate.ascx' does not exist.
at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
at System.Web.UI.TemplateControl.LoadControl(String virtualPath)
at Mediachase.eCF.PublicStore.Catalog.Modules.CustomPageHandlerModule.BindTable()
--- End of inner exception stack trace ---
at Mediachase.eCF.PublicStore.Catalog.Modules.CustomPageHandlerModule.BindTable()
at Mediachase.eCF.PublicStore.Catalog.Modules.CustomPageHandlerModule.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
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)