I'm having an issue concerning a write operation on a Active Directory Server, sometimes (1% of all operations) when i CommitChanges() on a DirectoryEntry i have a lock situation.
I have a dump of my process that has the following output:
This thread is waiting on data to be returned from another server via WinSock.
With this kind of output what is the lock cause?
Another question, what could be my workarround for this situation, could i have a timeout for a CommitChanges operation? I just want to force the process to unlock.
Best Regards, Mahesh