Outlook plug-in installation error: Exception from HRESULT: 0x8004063D

Answered Outlook plug-in installation error: Exception from HRESULT: 0x8004063D

  • Thursday, April 05, 2012 3:27 PM
     
     

    I have a plug-in that is installed via ClickOnce(?) and works fine on 40 or so different end user PCs without an issue. However, there are 2 PCs that it just won't install on. I have been unable to find a corresponding error code on the interwebs.

    Here is the full "details" of the installation failure:

    Name:

    From: http://XXXX/XXX.vsto

    ************** Exception Text **************

    System.Runtime.InteropServices.COMException (0x8004063D): Exception from HRESULT: 0x8004063D

       at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)

       at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)

       at Microsoft.VisualStudio.Tools.Office.Runtime.OfficeAddInDeploymentManager.OnAddInManifestsDownloaded(AddInManifestsDownloadedArgs args)

       at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.RaiseOnAddInManifestsDownloadedEvent(IClickOnceAddInInstaller addInInstaller, Uri deploymentManifestUri, AddInInstallationStatus addinSolutionState, String productName, String deploymentManifestXml, String applicationManifestXml, String hostManifestXml, String logFilePath, String version, Uri supportUri)

       at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()

     

All Replies