我在Mobile 6工程中引入了system.directoryservices.dll,
using System.DirectoryServices;
DirectoryEntry deUser = new DirectoryEntry(ADPath, UserName, Password, AuthenticationTypes.Secure);
但是编译出错,要添加.net System的引用。但是Mobile工程中不能引入.net的System.dll.
我查了MSDN, .net framework 2.0和3.5里没有对Mobile平台的支持,但是3.0里有。不知是不是3.0的MSDN写错了,Mobile中是不是根本不能调用DirectoryEntry类来访问Active Directory?
------解决方案--------------------------------------------------------
不知是不是3.0的MSDN写错了
这好象不太可能