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 20: 
Line 21:         paras.Add(lngID)
Line 22:         objDT = DataAccess.ExecDT(Utils.Functions.ClientConnection, "Client_Sel_Item", paras)
Line 23:         paras.Clear()
Line 24: 

Source File: C:\Inetpub\vhosts\spiralsites.com\vwretro.net\detail.aspx.vb    Line: 22

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   Logging.get_ErrorEmailAdr() +67
   Logging.LogError(Exception e, String sAdditionalMessage) +229
   Logging.LogError(String sProcName, Exception e, String sAdditionalMessage) +38
   DataAccess.ExecDT(String sCon, String sCmdText, Parameters _parameters) +303
   detail.Page_Load(Object sender, EventArgs e) in C:\Inetpub\vhosts\spiralsites.com\vwretro.net\detail.aspx.vb:22
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


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