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 13:         base.Page_Load(sender, e);
Line 14: 
Line 15:         LoadControlsInArea(19, Area19);
Line 16:         LoadControlsInArea(20, Area20);
Line 17:         addSliderImg();

Source File: c:\inetpub\Websites\petri-haugsted.dk\httpdocs\Templates\Layouts\standard.aspx.cs    Line: 15

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   CCL.Helpers.GetPropertyValue(Object obj, String propertyName) +11
   ReferenceHightlight.setupDetails(Int32 id) +427
   ReferenceHightlight.Page_Init(Object sender, EventArgs e) +651
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
   System.Web.UI.Control.OnInit(EventArgs e) +95
   System.Web.UI.UserControl.OnInit(EventArgs e) +83
   System.Web.UI.Control.InitRecursive(Control namingContainer) +139
   System.Web.UI.Control.AddedControl(Control control, Int32 index) +185
   System.Web.UI.ControlCollection.Add(Control child) +86
   CMS.LayoutControl.Base.LoadControlsInArea(Int32 areaId, Control AreaControl) +2271
   Templates_Layouts_standard.Page_Load(Object sender, EventArgs e) in c:\inetpub\Websites\petri-haugsted.dk\httpdocs\Templates\Layouts\standard.aspx.cs:15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
   System.Web.UI.Control.OnLoad(EventArgs e) +95
   System.Web.UI.Control.LoadRecursive() +59
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678


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