.NET 4.0 LDAP bind fails after patch install

1

Have a rather weird issue. Once .NET 4.0 framework patches are applied on a win2k3 box, the application running on it fails at the bind operation to AD. Specific error: System.DirectoryServices.DirectoryServicesCOMException(0x80005000): Unknown error (0x80005000) at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at System.DirectoryServices.DirectoryEntry.Bind()......

Performing a repair on the 4.0 framework and rebooting fixes the issue, but the next month when patches are applied it breaks again. During my research I have noticed that the most common cause of this is an OU with a / in it, but that is not the case here, and as I said, repairing the framework fixes the issue. Any ideas?

.net-4.0
patch
asked on Stack Overflow Apr 11, 2012 by user1315855

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0