Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Destination array was not long enough. Check destIndex and length, and the array's lower bounds. #3

Open
TarquinCook opened this issue Jul 17, 2020 · 0 comments

Comments

@TarquinCook
Copy link

BTW - This script is awesome

Im getting the following error (we have > 10,000 groups)

[-] Group Memberships - May take some time
Exception caught: 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.Dictionary2.Resize(Int32 newSize, Boolean forceNewHashCodes) at System.Collections.Generic.Dictionary2.Insert(TKey key, TValue value, Boolean add)
at ADRecon.ADWSClass.GroupRecordDictionaryProcessor.processRecord(Object record)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant