已部署 Sharepoint 2010 WebPart,但它在哪里?
按照回答此问题中的步骤操作:如何在 sharepoint 2010 中将自定义 Web 部件从一台服务器部署到另一台服务器
一切似乎都正常,但现在我该怎么办?如果我“编辑”共享点网站的主页并单击“添加 Web 部件”,我在列表中看不到它。
对于 Sharepoint,我是一个完全的新手,所以简单的步骤将不胜感激。
干杯。
Followed the steps in the answer to this question: How to deploy custom webpart from one server to another in sharepoint 2010
It all seemed to work ok, but now what do I do? If I 'edit' the home page of the sharepoint site and click "Add Web PArt", I don't see it in the list.
I am a complete newbie when it comes to Sharepoint, so simple steps would be appreciated.
Cheers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Web 部件定义文件必须位于Web 部件库中才能在“添加 Web 部件列表”中可用。
您可以创建 SharePoint 网站功能来部署此库中的定义文件:
feature.xml:
Elements.xml:
The Web Part definition files have to be in the Web Part Gallery in order to be available in the "Add Web Part List".
You can create a SharePoint site feature to deploy the definition files in this library:
feature.xml:
Elements.xml:
我认为 Elements.xml 中的 Module 行还需要包含 List="113"
I think the Module line within Elements.xml also needs to contain List="113"