Server Error in '/' Application.

Home Model Not Found

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: Home Model Not Found

Source Error:


Line 22:             // create a panel that displays a message to tell the user that the model is no longer available.
Line 23:             // but for now, throw 404 exception
Line 24:             throw new HttpException(404, "Home Model Not Found");
Line 25:         }
Line 26: 

Source File: c:\home\site\wwwroot\home-type\front-garage\Details.aspx.cs    Line: 24

Stack Trace:


[HttpException (0x80004005): Home Model Not Found]
   home_type_front_garage_Details.Page_Init(Object sender, EventArgs e) in c:\home\site\wwwroot\home-type\front-garage\Details.aspx.cs:24
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +85
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnInit(EventArgs e) +79
   System.Web.UI.Page.OnInit(EventArgs e) +12
   System.Web.UI.Control.InitRecursive(Control namingContainer) +390
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1629


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4690.0