Web Application Error
An unexpected error have occurred in the web application.
If this is the first time the error occurrs, please try to return to the previous page, and try again.
If the error persists, please go to the start page.
System.ArgumentException: Destination array was not long enough. Check destIndex and length, and the array's lower bounds.
at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
at System.Array.CopyTo(Array array, Int32 index)
at HCPOnline.CompetitionResultRounds.RoundResult(Object roundsResult, Int32 round) in K:\Bangolf\DevOps_HCPOnlineBackend\Source\HCPOnline\CompetitionResultRounds.aspx.cs:line 447
at HCPOnline.CompetitionResultRounds.RoundsResultsColumns(Object roundsResults, Object rounds) in K:\Bangolf\DevOps_HCPOnlineBackend\Source\HCPOnline\CompetitionResultRounds.aspx.cs:line 457
at ASP.competitionresultrounds_aspx.__DataBind__control14(Object sender, EventArgs e)
at System.Web.UI.Control.OnDataBinding(EventArgs e)
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem)
at System.Web.UI.WebControls.Repeater.AddDataItemsIntoItemsArray(IEnumerable dataSource, Boolean useDataSource)
at System.Web.UI.WebControls.Repeater.PostGetDataAction(IEnumerable dataSource)
at System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e)
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at HCPOnline.CompetitionResultRounds.GetData() in K:\Bangolf\DevOps_HCPOnlineBackend\Source\HCPOnline\CompetitionResultRounds.aspx.cs:line 319
at HCPOnline.CompetitionResultRounds.PagePreRenderEvent(Object sender, EventArgs e) in K:\Bangolf\DevOps_HCPOnlineBackend\Source\HCPOnline\CompetitionResultRounds.aspx.cs:line 340
at HCPOnline.BasePage.Page_PreRender(Object sender, EventArgs e) in K:\Bangolf\DevOps_HCPOnlineBackend\Source\HCPOnline\BasePage.cs:line 685
at System.Web.UI.Control.OnPreRender(EventArgs e)
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)