You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI. If the first item to update your MD5 is incorrect and the second item to add is perfect. an index error occurs.
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at SharpUpdate.SharpUpdater.UpdateApplications() in SharpUpdate-master\SharpUpdate\SharpUpdater.cs:line 254
at SharpUpdate.SharpUpdater.InstallUpdate() in SharpUpdate-master\SharpUpdate\SharpUpdater.cs:line 235
at SharpUpdate.SharpUpdater.BgWorker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e) in SharpUpdate-master\SharpUpdate\SharpUpdater.cs:line 177
at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
The text was updated successfully, but these errors were encountered:
HI. If the first item to update your MD5 is incorrect and the second item to add is perfect. an index error occurs.
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at SharpUpdate.SharpUpdater.UpdateApplications() in SharpUpdate-master\SharpUpdate\SharpUpdater.cs:line 254
at SharpUpdate.SharpUpdater.InstallUpdate() in SharpUpdate-master\SharpUpdate\SharpUpdater.cs:line 235
at SharpUpdate.SharpUpdater.BgWorker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e) in SharpUpdate-master\SharpUpdate\SharpUpdater.cs:line 177
at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)
at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)
The text was updated successfully, but these errors were encountered: