harlam357 / hfm-net

Client Monitoring Application for Folding@Home
34 stars 6 forks source link

Binding Reset Issue #354

Closed harlam357 closed 2 years ago

harlam357 commented 2 years ago

Reported by toTOW, bollix47, and PantherX via Slack

Application: HFM v9.27.1700

OS Version: Microsoft Windows NT 6.2.9200.0

Exception Thrown: 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.Collections.Generic.List1.CopyTo(T[] array, Int32 arrayIndex) at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at HFM.Forms.Views.MainForm.<>c__DisplayClass5_0.b__1(Object s, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at HFM.Forms.Models.MainGridModel.ResetBindingsInternal()