我正在开发SharePoint 2013 WebPart。在这里,我使用基于
的标准peoplePicker-Element<%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
当我在ascx页面上创建元素时..
<SharePoint:PeopleEditor ID="peopleEditor" runat="server" Rows="1" IsValid="true" AllowTypeIn="true" MultiSelect="True"
PlaceButtonsUnderEntityEditor="False" />
Intellisense识别元素很好..但不在后面的代码中。在这里,我收到关于潜在缺失组件的通知..但是我觉得这里的一切都很好......
using Microsoft.SharePoint;
using Microsoft.SharePoint.WebControls;
我不知道问题是什么。希望对你有所帮助。 谢谢你的预测。
格尔茨 壹岐
答案 0 :(得分:0)
好的抱歉..我的错..我部署了解决方案SandBox-Mode ...对于未来..如果你想使用peoplePicker,你需要有一个Fram-Deployement ..