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 122:        if (_BindAirings)
Line 123:        {
Line 124:            ISearchResult airingsResult = ClientDataManager.GetAdditionalAirings(AppContext.UserInfo.UserId, Lineups.SelectedLineupId, ProgramInfo.Title, 14);
Line 125:            Airings.BindAdditionalAirings(airingsResult, ZoneShifter, Lineups.SelectedLineup);
Line 126:        }

Source File: e:\TitanTV\Websites\TitanTV.Web\Sites\Live\20230724-blk2\Programming\Airings.aspx.cs    Line: 124

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   WebApp.Providers.TitanTVServiceProgramInfo.get_Title() in E:\Cedar Rapids\TitanTVProjects\TitanTV\3.0\TitanTV-3.0.Classes\Providers\TitanTVServiceScheduleProvider.cs:1091
   Programming_Airings.Page_PreRender(Object sender, EventArgs e) in e:\TitanTV\Websites\TitanTV.Web\Sites\Live\20230724-blk2\Programming\Airings.aspx.cs:124
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnPreRender(EventArgs e) +8788774
   System.Web.UI.Control.PreRenderRecursiveInternal() +80
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842


Version Information: Microsoft .NET Framework Version:2.0.50727.9061; ASP.NET Version:2.0.50727.9062