Link to home
Start Free TrialLog in
Avatar of Doina_V
Doina_V

asked on

Object reference not set to an instance of an object

What does this error mean?
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
   DLounge.FX.subLoad(Boolean bReload) +98
   DLounge.FX.Page_Load(Object sender, EventArgs e) +112
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +731

ASKER CERTIFIED SOLUTION
Avatar of GoSu
GoSu

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Doina_V
Doina_V

ASKER

Thanks. It's in re. to:
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
For more help, show us code for DLounge.FX.subLoad() and tell us the line where the error happens (98?).