Hi, I'm sometimes getting the exception 'Collection was modified after the enumerator was instantiated.' at the line...
'while (AddToScheduleListEnumerator.MoveNext() == true)'.

This is in the function 'AddToScheduleList' of 'Scheduler.cs'.

Any ideas what events could cause this to happen, and any possible workarounds?

Last edited by DJBMASTER; 04/04/10 18:57.