我正在尝试使用c#将用户添加到活动目录。我尝试使用System.DirectoryServices
和System.DirectoryServices.AccountManagement
,并添加了必要的引用,但由于某种原因,它无法识别.CommitChanges()
,.Invoke()
或{{1} }。这是我一直在尝试的代码。我得到的确切错误是:
CS0012在未引用的程序集中定义了“零部件”类型。您必须添加对程序集'System,Version = 4.0.0.0,Culture = neutral,PublicKeyToken = b77a5c561934e089'的引用
我添加了对System.DirectoryServices.dll的引用,是否还需要向系统添加其他引用?
这是.NET
.Exists()