共用方式為


SPSolution.DeployLocal method (Boolean, Boolean)

部署至本機伺服器上的所有應用程式的解決方案進行疑難排解。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Sub DeployLocal ( _
    globalInstallWPPackDlls As Boolean, _
    force As Boolean _
)
'用途
Dim instance As SPSolution
Dim globalInstallWPPackDlls As Boolean
Dim force As Boolean

instance.DeployLocal(globalInstallWPPackDlls, _
    force)
public void DeployLocal(
    bool globalInstallWPPackDlls,
    bool force
)

參數

  • globalInstallWPPackDlls
    Type: System.Boolean

    僅用於部署的解決方案包含網頁組件。

    如果true,則強式組件安裝在 GAC 中 ;如果false,其會安裝至應用程式的 bin 目錄。

  • force
    Type: System.Boolean

    如果true,然後再將解決方案可以要重新部署高度模糊 ;如果false,與解決方案已經部署時,則會引發例外狀況。

備註

注意

DeployLocalRetractLocal()方法,應用於僅限暫時部署或撤銷從特定伺服器的解決方案進行疑難排解。所有其他的時間,前端網頁伺服器必須同名設定。

如果解決方案包含組件您可以設定DeploymentTarget屬性來GlobalAssemblyCache放在全域組件快取或WebApplication以將其部署至的 bin 目錄中的組件方案資訊清單中。如果未指定屬性,則組件部署至的 bin 目錄預設。

部署時使用物件模型的組件,不會顯示警告所發出的組件所要安裝到全域組件快取。( -allowgacdeploymentflag標幟時使用 stsadm,是必要的並使用使用者介面時,會發出警告的組件所要安裝到全域組件快取)。

根據預設,沒有應用程式集區重設之後部署或後退回使用物件模型的解決方案。若要手動重設應用程式集區,您可以停止並重新啟動應用程式集區的 web 應用程式,您已部署或後退回解決方案。

若要部署的語言套件,請參閱 < SPSolutionLanguagePack

請參閱

參照

SPSolution class

SPSolution members

DeployLocal overload

Microsoft.SharePoint.Administration namespace