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
-
Thursday, April 05, 2012 3:32 PMNote: VSTO is 2010 and .NET 4.0.
-
Friday, April 06, 2012 9:46 AMModerator
Hi Josh,
Thank you for posting.
From the description of your post, the tow PCs' configuration environment must be different with others. Actually, I haven't encountered the exception before. Please try the following approaches to see whether they can resolve the problem:
1. Reinstall .NET 4.0 framework
2. Close other applications during installing the clickonce package.
3. You can also try the method mentioned in the article:
http://ddkonline.blogspot.com/2011/07/fix-for-vsto-clickonce-application.html
Hope this can help you and just feel free to follow up after you have tried.
Best Regards,
Bruce Song [MSFT]
MSDN Community Support | Feedback to us
- Marked As Answer by Bruce SongModerator Thursday, April 26, 2012 9:41 AM

