作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个部署大约 12 个 Web 部件的 PowerShell 脚本。它们都是通过 Visual Studio 2010 的方式创建的,并且正在部署到 SharePoint 2010。
为我的 Web 部件之一运行 Install-SPSolution 时出现以下错误:
Install-SPSolution :此解决方案不包含适用于 Web 应用程序的资源,并且无法部署到特定的 Web 应用程序。
有人可以帮我调试这个吗?所有其他 Install-SPSolution 命令都使用 -AllWebApplications,我不想直接使用 -URL 指定 Web 应用程序。这是中断的命令(这与用于成功部署所有 11 个其他 Web 部件的命令相同):
Install-SPSolution –Identity PortalSelector.wsp -AllWebApplications -GACDeployment
最佳答案
哇,这是旧的。你现在可能是一个 PS 大师。
对于文件/下一个访问者,请尝试以下操作:
安装-SPSolution -Identity PortalSelector.wsp -GACDeployment
或者
Install-SPSolution –Identity PortalSelector.wsp -GACDeployment -Confirm:$false
后者防止弹出确认对话框。
关于powershell - 安装-SPSolution : This solution contains no resources scoped for a Web application and cannot be deployed to a particular Web application,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3461582/
我是一名优秀的程序员,十分优秀!