Web Error
Ett oväntat fel har uppstått i webbapplikationen.
Om det är första gången felet uppstår, prova först att gå tillbaka, för att försöka igen.
Om felet kvarstår prova att gå till startsidan.
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 D:\Bangolf\DevOps_HCPOnlineBackend\Source\HCPOnline\CompetitionResultRounds.aspx.cs:line 472
at HCPOnline.CompetitionResultRounds.RoundsResultsColumns(Object roundsResults, Object rounds) in D:\Bangolf\DevOps_HCPOnlineBackend\Source\HCPOnline\CompetitionResultRounds.aspx.cs:line 478
at ASP.competitionresultrounds_aspx.__DataBind__control13(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 D:\Bangolf\DevOps_HCPOnlineBackend\Source\HCPOnline\CompetitionResultRounds.aspx.cs:line 339
at HCPOnline.CompetitionResultRounds.PagePreRenderEvent(Object sender, EventArgs e) in D:\Bangolf\DevOps_HCPOnlineBackend\Source\HCPOnline\CompetitionResultRounds.aspx.cs:line 361
at HCPOnline.BasePage.Page_PreRender(Object sender, EventArgs e) in D:\Bangolf\DevOps_HCPOnlineBackend\Source\HCPOnline\BasePage.cs:line 795
at System.Web.UI.Control.OnPreRender(EventArgs e)
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)