K
Karsten
Hy,
does anyone know if there is a limitation of max entries for
multivalued properties in active directory classes of .net?
i try to store 10.000 entries in a multivalued unicode string property
with
for (...) {
oEntry.Properties["NameOfPropertry"].Add(...);
oEntry.CommitChanges();
}
and always get an error after aproximately 900 entries.
thanks a lot for help in advance.
does anyone know if there is a limitation of max entries for
multivalued properties in active directory classes of .net?
i try to store 10.000 entries in a multivalued unicode string property
with
for (...) {
oEntry.Properties["NameOfPropertry"].Add(...);
oEntry.CommitChanges();
}
and always get an error after aproximately 900 entries.
thanks a lot for help in advance.