CS0234: The type or namespace name DirectoryServices does not exist in the namespace System (are you missing an assembly reference?)
此页面工作正常, 显示直接服务的记录, 没有任何错误, 但现在它给出了上述错误 。
<asp:GridView ID="gvUsers" runat="server" AutoGenerateColumns="false" DataSourceID="odsUsers"
AllowPaging="true" AllowSorting="true" Width="100%">
<Columns>
<asp:TemplateField HeaderText="User Name">
<ItemTemplate>
<%#((System.DirectoryServices.DirectoryEntry)Container.DataItem).Properties["userPrincipalName"].Value%>
</ItemTemplate>
</asp:TemplateField>
/Columns>
</asp:GridView>
工程成功构建工程, 但当我打开页面时, 它会出错