Jump to content

Tieron

Premium Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Tieron

  1. In case you need to see the full report: Exception message: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index Source: mscorlib Target: Void ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource) StrackTrace: at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) at System.Collections.Generic.List`1.get_Item(Int32 index) at DAIModManager.MainWindow.BGWorker_DoWork(Object sender, DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) Nothing I have done is making any difference. Ideas please.
  2. I am also having issues with merging. This is the error I am receiving. Exception message: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index Source: mscorlib Target: Void ThrowArgumentOutOfRangeException(System.ExceptionArgument, System.ExceptionResource)
×
×
  • Create New...