错误“没有足够的存储空间可用于处理此命令”窗口服务器2008

问题描述:

我在c#中创建了一个Web服务,它从活动目录中读取所有组和用户名,该功能工作正常,没有任何错误,但现在我收到错误错误“没有足够的存储空间可用于处理此命令”窗口服务器2008

"Not enough storage is available to process this command" 

这个功能是连接到窗口Server 2008的

<!--Used for Active Directory connections--> 
<add name="LDAPConStr" connectionString="LDAP://dc=servername,dc=cc,dc=hh"/> 

DirectoryEntry ldapServer = new DirectoryEntry(System.Configuration.ConfigurationManager.ConnectionStrings["LDAPConStr"].ConnectionString); 
DirectorySearcher searcher = new DirectorySearcher(ldapServer); 

我检查了服务器和存储是与它的罚款, 我怎么能解决这个问题?