I'm trying to load users incrementally from Active Directory which has a lot of users. (My memory can't hold all the data.)
I tried to use the DirectorySearcher.VirtualListView property to retrieve a portion of users each time, but it seems like the Server is not able to sort such a big amount of data. And it's giving me an error message:
The server does not support the requested critical extension
Is there a way to solve this problem?