Server Error in '/news' Application.

Index (zero based) must be greater than or equal to zero and less than the size of the argument list.

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.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.

Source Error:


Line 68: 			}
Line 69: 		
Line 70: 			sb.AppendFormat(litScheduleItem.Text, schedualTitle, subTitle);
Line 71: 			sb.AppendLine();
Line 72: 		}

Source File: c:\globes\wwwroot\news\userControls_conference_2016\Schedule.ascx.cs    Line: 70

Stack Trace:


[FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.]
   System.Text.StringBuilder.AppendFormatHelper(IFormatProvider provider, String format, ParamsArray args) +2615
   System.Text.StringBuilder.AppendFormat(String format, Object arg0, Object arg1) +145
   userControls_conference_2016_Schedule.Page_Load(Object sender, EventArgs e) in c:\globes\wwwroot\news\userControls_conference_2016\Schedule.ascx.cs:70
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +154
   System.Web.UI.Control.LoadRecursive() +251
   System.Web.UI.Control.LoadRecursive() +251
   System.Web.UI.Control.LoadRecursive() +251
   System.Web.UI.Control.LoadRecursive() +251
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4740


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