Joined: 7-21-2006
Posts: 624
Error when trying to access the "series"
7/25/2006 8:57 AM

This is what I get sometimes when I try to access any of the series from the series link at the top left of the page. Anyone else get this??

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 25:         DataSet seriesNavigationDS = siteDataModel.getSeriesNavData();
Line 26:         Repeater seriesNavigation = (Repeater)this.FindControl("seriesNavigation");
Line 27:         DataView seriesNavigationDataView = seriesNavigationDS.Tables["seriesMenuItems"].DefaultView;
Line 28:         seriesNavigation.DataSource = seriesNavigationDataView;
Line 29:         seriesNavigation.DataBind();

Source File: d:\hosted_sites\www.racingone2.com\components\Header.ascx.cs    Line: 27

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]
   components_Header.Page_Load(Object sender, EventArgs e) in d:\hosted_sites\www.racingone2.com\components\Header.ascx.cs:27
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +15
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +34
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Control.LoadRecursive() +131
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

Joined: 7-18-2006
Posts: 51
Re: Error when trying to access the "series&q
7/25/2006 10:06 AM
Thanks RaceFanDan. We have had some bugs with the news portion of the site and that was one of them. It's working now, but we're still trying to fix it so it does not happen again. Hopefully by the end of the week, things will be much more stable on the site.
Joined: 7-21-2006
Posts: 624
Re: Error when trying to access the "series&q
7/25/2006 10:38 AM
Thanks for a response. I thought it might be a problem on my end.