Server Error in '/' Application.

The file '/View/Basket/BasketCart.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 '/View/Basket/BasketCart.ascx' does not exist.

Source Error:


Line 55: Line 56: { Line 57: System.Web.UI.UserControl control = Line 58: (UserControl)Page.LoadControl("View/Basket/" + Request.QueryString["PageName"].ToString() + ".ascx"); Line 59: PlaceHolderHomeBox.Controls.Add(control);

Source File: g:\pleskvhosts\idnc.ca\httpdocs\Default.aspx.cs    Line: 57

Stack Trace:


[HttpException (0x80004005): The file '/View/Basket/BasketCart.ascx' does not exist.] System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) +8841933 System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +113 System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +101 System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) +83 System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) +48 System.Web.UI.TemplateControl.LoadControl(String virtualPath) +26 _Default.Page_Load() in g:\pleskvhosts\idnc.ca\httpdocs\Default.aspx.cs:57 System.Web.Util.CalliHelper.ArglessFunctionCaller(IntPtr fp, Object o) +8 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +8773843 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9062