zoukankan      html  css  js  c++  java
  • 无法在证书存储区中找到清单签名证书 解决方法

    在vs2005中出现“无法在证书存储区中找到清单签名证书”,

    解决办法是用记事本打开项目的.csproj文件,

    删除类似以下xml就能顺利通过编译了.

    XML文件如下:

    <ManifestCertificateThumbprint>2EA54AA87930B25390B2382AA6B48B9EC10E9C08</ManifestCertificateThumbprint>
    <ManifestKeyFile>BarCodeTool_TemporaryKey.pfx</ManifestKeyFile>
    <GenerateManifests>true</GenerateManifests>
    <SignManifests>false</SignManifests>
    <SignAssembly>false</SignAssembly>
    <AssemblyOriginatorKeyFile>
    </AssemblyOriginatorKeyFile>
    <PublishUrl>http://localhost/BarCodeTool/</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Web</InstallFrom>
    <UpdateEnabled>true</UpdateEnabled>
    <UpdateMode>Foreground</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <InstallUrl>http://10.0.0.6/BarCodeTool/</InstallUrl>
    <CreateWebPageOnPublish>false</CreateWebPageOnPublish>
    <ApplicationRevision>6</ApplicationRevision>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <UseApplicationTrust>false</UseApplicationTrust>
    <BootstrapperEnabled>true</BootstrapperEnabled>

    第二种方法:删除此证书,重新导入新的证书。

  • 相关阅读:
    podupdate时没有进度
    IOS开发
    ios事件传递
    ioshittest的用法
    Ios中时间无法响应
    OS开发(Objective-C)常用库索引
    IOS时间戳
    iOS- 详解文本属性Attributes
    IOSView显示特性设置
    Xcode的Architectures和Valid Architectures的区别,
  • 原文地址:https://www.cnblogs.com/martintuan/p/1961622.html
Copyright © 2011-2022 走看看