|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Exception thrown in .NET call to Active DirectoryI have a customised SharePoint portal running .NET 1.1 code, and interfacing with Active Directory. The following error is being generated, and I'd love any pointers as to a permanent resolution. The exception is thrown only intermittently, and can be resolved with either an IISreset or by recylcing the application pool under which SharePoint is running. Regards, Will Robinson System.Runtime.InteropServices.COMException (0x8007203A): The server is not operational. at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail) at System.DirectoryServices.DirectoryEntry.Bind() at System.DirectoryServices.DirectoryEntry.get_AdsObject() at System.DirectoryServices.PropertyValueCollection.PopulateList() at System.DirectoryServices.PropertyValueCollection..ctor(DirectoryEntry entry, String propertyName) at System.DirectoryServices.PropertyCollection.get_Item(String propertyName) at TestConsole.TestAD.Start() in C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\TestConsole\TestConsole\TestAD.cs:line 28 |
|||||||||||||||||||||||