Server Error in '/' Application.

Object reference not set to an instance of an object.

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.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 1:  <%@ Page Title="" Language="C#" MasterPageFile="~/Customers/Default/MasterPages/Default.Master" AutoEventWireup="true"
Line 2:           CodeBehind="StandardPage.aspx.cs" Inherits="bNet.Web.Sites.Public.Pages.StandardPage" %>
Line 3:  <%@ Register Src="~/Customers/Default/Units/EditorContent.ascx" TagName="EditorContent" TagPrefix="bnet" %>

Source File: d:\inetpub\kunder\FORT\web\Pages\StandardPage.aspx    Line: 1

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   bNet.Web.Sites.Public.Common.Base.PageBase.get_CurrentPage() +68
   bNet.Web.Sites.Public.Common.Base.PageBase.get_CurrentPageInfo() +36
   bNet.Web.Sites.Public.Common.Base.PageBase.GetCurrentItemUiCultureCode() +16
   bNet.Web.Sites.Public.Common.Base.PageBase.InitializeCulture() +11
   ASP.pages_standardpage_aspx.__BuildControlTree(pages_standardpage_aspx __ctrl) in d:\inetpub\kunder\FORT\web\Pages\StandardPage.aspx:1
   ASP.pages_standardpage_aspx.FrameworkInitialize() +57
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +51
   System.Web.UI.Page.ProcessRequest() +74
   System.Web.UI.Page.ProcessRequest(HttpContext context) +104
   ASP.pages_standardpage_aspx.ProcessRequest(HttpContext context) +45
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +871
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +219
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +93


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