【发布时间】:2015-12-06 21:01:30
【问题描述】:
我目前正在使用 SPSD 为 Sharepoint 2013 项目开发部署解决方案。
与大多数项目一样,我们为项目的不同阶段保留了不同的版本。在我们的早期版本中,我们将功能命名为“定义和 WebParts”,但后来我们决定取消 WebParts,因此我们将功能重命名为“定义”。
现在,我的问题是,如果我只是升级解决方案,我会收到错误"The solution cannot be deployed. The feature '' uses the directory '' in the solution. However, it is currently installed in the farm to the directory ''. Uninstall the existing feature before you install a new version of the solution."
所以我在升级功能之前禁用并卸载它。虽然我不再收到以前的错误,但我现在得到一个新的:"The solution file located at "" does not appear to be a valid upgrade for solution "".The two solutions must have the same resource types (global or Web-application scoped)."
有人知道这个错误是什么意思或者我应该如何升级吗?
【问题讨论】:
标签: sharepoint deployment