首页 > 代码库 > SharePoint 2013: A feature with ID has already been installed in this farm
SharePoint 2013: A feature with ID has already been installed in this farm
使用Visual Studio 2013创建一个可视web 部件,当右击项目选择"部署"时报错:
"Error occurred in deployment step ‘Add Solution‘: A feature with ID 15/3e472a61-bbc9-4242-87c7-a07e8e3fab99 has already been installed in this farm. Use the force attribute to explicitly re-install the feature."
报错原因:
完成在一个站点部署后,如果修改了项目属性中 的站点URL,打算部署到另外一个站点上,就会报此错误。
解决办法:
其实报错信息中已经提到了:"Use the force attribute to explicitly re-install the feature."
如图添加"强制"属性呢?
- 双击feature
- 在"Manifest"选项卡,现在"Open in XML editor"
- 在Feature节点,添加属性"AlwaysForceInstall",完成后保存。
- 重新部署,成功!
?
我是搬运工。。。。
https://weblogs.asp.net/sreejukg/sharepoint-2013-a-feature-with-id-has-already-been-installed-in-this-farm
SharePoint 2013: A feature with ID has already been installed in this farm
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。