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 106: this.Controls.AddAt( 0, _header );
Line 107:Line 108: this.Controls.Add( forumControl );
Line 109:
Line 110: // add the footer control after the page...
Source File: D:\inetpub\pwnconclave\App_Code\YAF\Forum.cs Line: 108
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
YAF.Classes.Config.get_ConnectionString() in Config.cs:94
YAF.Classes.Data.YafDBConnManager.InitConnection() in DBAccess.cs:50
YAF.Classes.Data.YafDBConnManager..ctor() in DBAccess.cs:41
YAF.Classes.Base.ForumPage.InitDB() in ForumPage.cs:298
YAF.Classes.Base.ForumPage.ForumPage_Init(Object sender, EventArgs e) in ForumPage.cs:177
System.Web.UI.Control.OnInit(EventArgs e) +99
System.Web.UI.UserControl.OnInit(EventArgs e) +74
System.Web.UI.Control.InitRecursive(Control namingContainer) +321
System.Web.UI.Control.AddedControl(Control control, Int32 index) +221
System.Web.UI.ControlCollection.Add(Control child) +146
YAF.Forum.Forum_Load(Object sender, EventArgs e) in D:\inetpub\pwnconclave\App_Code\YAF\Forum.cs:108
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
Version Information: Microsoft .NET Framework Version:2.0.50727.1434; ASP.NET Version:2.0.50727.1434