SharePoint Foundation 2010 解决方案无法部署到 SharePoint Server 2010
我在 SharePoint Foundation 2010 中创建了一个网站。我使用团队网站作为起始模板。我已将其保存为我自己的自定义模板。
接下来,我已将该解决方案添加到 SharePoint Server 2010。当我尝试基于该解决方案在 SharePoint Server 2010 中创建新网站时,收到一条错误消息,指出缺少某个功能。缺少的功能 GUID 为 e8389ec7-70fd-4179-a1c4-6fcb4342d7a0。查看解决方案的 ONet 文件,它似乎是“ReportServer 功能”。
现在,我的问题是:SharePoint Foundation 2010 是否真的可能包含 SharePoint Server 2010 中不存在的功能?难道 SharePoint Server 不应该是 SharePoint Foundation 的更广泛的集合吗?
请帮忙。谢谢。
I have made a site in SharePoint Foundation 2010. I used team site as a starting template. I have saved it as my own custom template.
Next, I have added that solution to SharePoint Server 2010. When I tried to create a new site in SharePoint Server 2010 based on it, I got an error that a feature is missing. Missing feature guid is e8389ec7-70fd-4179-a1c4-6fcb4342d7a0. Looking at the solution's ONet file, it appears to be a 'ReportServer Feature'.
Now, my question is: Is it really possible that SharePoint Foundation 2010 may contain features that do not exist in SharePoint Server 2010? Isn't SharePoint Server supposed to be wider set of SharePoint Foundation?
Please help. Thanks.
Same topic here: http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/thread/db59de6e-e13a-47e8-9fc7-5f1fe461be86
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MVP Paul 在 MSDN 论坛上回答了这个话题。您可能会在上面的问题中找到该主题的链接。
简而言之,默认 SP Foundation 实例中存在的任何功能也必须存在于 SP Server 中。就我而言,我已将 Sql Reporting 安装到运行 SP Foundation 的服务器计算机上,该服务器随后添加了“报告服务器”功能。这就是所有骚动的来源。大家干杯!
Paul, an MVP has answered this topic on MSDN forum. You may find the link to the thread in the question above.
In short, any feature that exists in default SP Foundation instance must exist in SP Server as well. In my case, I have had installed Sql Reporting to the server machine running SP Foundation, which has subsequently added 'Reporting Server' feature. That's where all the commotion came from. Cheers everyone!