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 35: 
Line 36: 	Protected Sub Page_Unload(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Unload
Line 37:         objDotcontent.verbreken()
Line 38:     End Sub
Line 39: 

Source File: d:\inetpub\rbosma\pen-idee.com\wwwroot\layout.master.vb    Line: 37

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   layout.Page_Unload(Object sender, EventArgs e) in d:\inetpub\rbosma\pen-idee.com\wwwroot\layout.master.vb:37
   System.Web.UI.Control.OnUnload(EventArgs e) +9724706
   System.Web.UI.Control.UnloadRecursive(Boolean dispose) +227
   System.Web.UI.Control.UnloadRecursive(Boolean dispose) +163
   System.Web.UI.Page.UnloadRecursive(Boolean dispose) +23
   System.Web.UI.Page.ProcessRequestCleanup() +56
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +245
   System.Web.UI.Page.ProcessRequest() +72
   System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
   System.Web.UI.Page.ProcessRequest(HttpContext context) +58
   ASP.default_aspx.ProcessRequest(HttpContext context) +37
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69


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