zoukankan      html  css  js  c++  java
  • Click One客户端安装后将安装目录删除,再从服务器下载安装无法安装解决办法

    报错信息:

    平台版本信息
    Windows : 6.1.7601.65536 (Win32NT)
    Common Language Runtime : 4.0.30319.42000
    System.Deployment.dll : 4.6.1055.0 built by: NETFXREL2
    clr.dll : 4.6.1055.0 built by: NETFXREL2
    dfdll.dll : 4.6.1055.0 built by: NETFXREL2
    dfshim.dll : 4.0.31106.0 (Main.031106-0000)


    部署 URL : file:///C:/Users/Administrator/Desktop/WindowsFormsApplication1.application

    错误摘要
    以下是错误摘要,这些错误的详细信息列在该日志的后面。
    * 激活 C:UsersAdministratorDesktopWindowsFormsApplication1.application 导致异常。 检测到下列失败消息:
    + 参照的程序集没有安装在系统上。 (异常来自 HRESULT:0x800736B3)

    组件存储事务失败摘要
    未检测到任何事务错误。

    警告
    执行此操作的过程中未出现任何警告。

    操作进度状态
    * [2019/3/21 10:14:51] : 已启动 C:UsersAdministratorDesktopWindowsFormsApplication1.application 的激活过程。

    错误详细信息
    执行此操作期间检测到下列错误。
    * [2019/3/21 10:14:51] System.Runtime.InteropServices.COMException
    - 参照的程序集没有安装在系统上。 (异常来自 HRESULT:0x800736B3)
    - 源: System.Deployment
    - 堆栈跟踪:
    在 System.Deployment.Internal.Isolation.IStore.GetAssemblyInformation(UInt32 Flags, IDefinitionIdentity DefinitionIdentity, Guid& riid)
    在 System.Deployment.Internal.Isolation.Store.GetAssemblyManifest(UInt32 Flags, IDefinitionIdentity DefinitionIdentity)
    在 System.Deployment.Application.ComponentStore.GetAssemblyManifest(DefinitionIdentity asmId)
    在 System.Deployment.Application.ComponentStore.GetSubscriptionStateInternal(DefinitionIdentity subId)
    在 System.Deployment.Application.SubscriptionStore.GetSubscriptionStateInternal(SubscriptionState subState)
    在 System.Deployment.Application.SubscriptionStore.CheckAndReferenceApplication(SubscriptionState subState, DefinitionAppId appId, Int64 transactionId)
    在 System.Deployment.Application.DownloadManager.DownloadDeploymentManifestDirectBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options, ServerInformation& serverInformation)
    在 System.Deployment.Application.DownloadManager.DownloadDeploymentManifestBypass(SubscriptionStore subStore, Uri& sourceUri, TempFile& tempFile, SubscriptionState& subState, IDownloadNotification notification, DownloadOptions options)
    在 System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation(Uri activationUri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String& errorPageUrl)
    在 System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker(Object state)

    组件存储事务详细信息
    没有可用的事务信息。

    解决办法:

    打开cmd输入regedit打开注册表,找到HKEY_CURRENT_USERSoftwareClassesSoftwareMicrosoftWindowsCurrentVersionDeploymentSideBySide2.0PackageMetadata删掉就可以了。

    勿忘初心,方得始终。
  • 相关阅读:
    【刷题】BZOJ 4059 [Cerc2012]Non-boring sequences
    【刷题】BZOJ 3745 [Coci2015]Norma
    【刷题】BZOJ 2734 [HNOI2012]集合选数
    【刷题】BZOJ 2287 【POJ Challenge】消失之物
    【刷题】BZOJ 2151 种树
    【刷题】BZOJ 2134 单选错位
    【刷题】BZOJ 1924 [Sdoi2010]所驼门王的宝藏
    【刷题】BZOJ 1823 [JSOI2010]满汉全席
    【刷题】BZOJ 1124 [POI2008]枪战Maf
    编程之美 ---> 1.2中国象棋将帅问题
  • 原文地址:https://www.cnblogs.com/FastAsia/p/10570071.html
Copyright © 2011-2022 走看看