Server Error in '/dnboxoffice' 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 7:    Protected Overrides Sub InitializeCulture()
Line 8:      Dim mClient As mClient = Session("mClient")
Line 9:      If Not mClient.CultureInfo.Contains("US") Then
Line 10:       Page.Culture = mClient.CultureInfo
Line 11:       Page.UICulture = mClient.CultureInfo

Source File: C:\inetpub\wwwroot\wiztix.com\dnboxoffice\inet\ShowView.aspx.vb    Line: 9

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   ShowView.InitializeCulture() in C:\inetpub\wwwroot\wiztix.com\dnboxoffice\inet\ShowView.aspx.vb:9
   ASP.inet_showview_aspx.__BuildControlTree(inet_showview_aspx __ctrl) in C:\inetpub\wwwroot\wiztix.com\dnboxoffice\inet\ShowView.aspx:1
   ASP.inet_showview_aspx.FrameworkInitialize() in C:\inetpub\wwwroot\wiztix.com\dnboxoffice\inet\ShowView.aspx.vb:912308
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +51
   System.Web.UI.Page.ProcessRequest() +78
   System.Web.UI.Page.ProcessRequest(HttpContext context) +73
   ASP.inet_showview_aspx.ProcessRequest(HttpContext context) +45
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +541
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +74
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +92


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