`
hehailin1986_163.com
  • 浏览: 153685 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

[转]错误"Unable to find manifest signing certificate in the certificate store"的解决方法

    博客分类:
  • .Net
 
阅读更多

今天导入一个VS2008工程时,报了一个错误,提示是:Unable to find manifest signing certificate in the certificate store,这我可头大了,心想自己辛苦俩月写得程序不会就这么光荣牺牲了吧,找了一下解决方案,发现有两种解决方法:

方法一:把DEF项目的属性->Signing选项->Sign the ClickOnce manifests 勾去掉,这样就可以编绎通过了;

方法二:用记事本打开 *.csproj文件 ,删除下面四句代码:

    <manifestcertificatethumbprint>...</manifestcertificatethumbprint> 
    <manifestkeyfile>...</manifestkeyfile> 
    <generatemanifests>...</generatemanifests> 
    <signmanifests>...</signmanifests>

    这样也可以正常编译。

如果你的项目没有经过发布,就不会有以上问题出现

分享到:
评论

相关推荐

    Unable to find manifest signing certificate in the certificate store

    在进行软件开发过程中,特别是涉及到应用程序发布或者组件打包时,可能会遇到一个错误提示:“无法在证书存储中找到清单签名证书(Unable to find manifest signing certificate in the certificate store)”。...

    威哥远程控制 V1.1.1.1源码

    "Unable to find manifest signing certificate in the certificate store" 解决方法: 一、在项目的属性-&gt;Signing选项-&gt;Sign the ClickOnce manifests 勾去掉.编绎通过. 二、手工打开 *.csproj ,删除下面四句...

    Android错误解决方法大集合

    Android 错误解决方法大集合 Android 错误解决方法大集合文章总结了 Android 开发中常见的四个错误解决方法,涵盖了网络连接、安装 APK、SDK 版本和内容描述等多个方面。 一、 android java.net....

    解决VC6无法指定manifest文件,调用msvcr90.dll出现R6034错误

    通过这些步骤,应该可以成功解决VC6中因缺少manifest而导致的R6034错误,允许程序正常加载msvcr90.dll并执行。然而,值得注意的是,尽管可以修复这个问题,但继续使用VC6开发新项目可能面临其他挑战,因为该工具已...

    win7 解决导出jar包提示 can not find the main class

    ### Win7下解决导出JAR包提示“can not find the main-class” #### 背景 在使用MyEclipse等开发工具进行Java程序开发时,我们常常会遇到需要将项目打包成JAR文件以便于分发或部署的情况。然而,在Windows 7系统下...

    Java程序创建Manifest文件

    当我们需要运行一个与其他jar文件有关联jar文件时,如果jar文件里面的MANIFEST.MF文件没有配置好,那在运行时就要报异常:Exception in thread "main" java.lang.NoClassDefFoundError。原因:未找到关联jar文件里面...

    解决Can’t locate ExtUtils/MakeMaker.pm in @INC报错

    在执行 perl Makefile.PL 报错如下,简单记录一下解决方法 # perl Makefile.PL Can’t locate ExtUtils/MakeMaker.pm in @INC (@INC contains: inc /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl...

    MANIFEST.MF 文件内容详解(转)

    标题中的"MANIFEST.MF 文件内容详解(转)"是指一篇关于理解Java应用程序的MANIFEST.MF文件的文章。MANIFEST.MF文件是Java档案(JAR)文件格式的一部分,它包含了有关JAR文件元数据的重要信息。这篇博文可能是从其他...

    jquery-manifest.js

    《jQuery Manifest 插件详解与应用实践》 在Web开发领域,jQuery库以其简洁的API和强大的功能,深受开发者喜爱。然而,随着Web应用程序变得越来越复杂,管理前端资源的依赖关系变得至关重要。这就是jQuery Manifest...

    google repo工具

    Note: There is a slight mirroring lag between when a change is visible on the web in Gerrit and when repo download will be able to find it for all users, because of replication delays to all servers ...

    CommonsWare.The.Busy.Coders.Guide.to.Android.Development.Version.8.2.2017

    Android, the next-generation open mobile platform from Google and the Open Handset Alliance, is poised to become a significant player in the mobile device market. The Android platform gives developers...

    The Busy Coders Guide to Android Development最终版2019

    Use the search field in the nav bar to search all of the CommonsWare books to see what they hold! Key Android Concepts Choosing Your Development Toolchain Tutorial #1 - Installing the Tools Android ...

    MANIFEST.MF 读写操作

    MANIFEST.MF 文件是 Java 应用程序和库的核心组件,特别是在创建 JAR 文件时。它包含关于 JAR 文件的元数据,如主类、版本信息、依赖库和其他重要属性。在本文中,我们将深入探讨如何在 Java 中读取和写入 MANIFEST....

    WIN7下运行Jar文件提示Could not find the main class

    在Windows 7系统下运行Java应用包(JAR文件)时遇到“Could not find the main-class”错误,是常见的问题之一。这个问题通常出现在尝试启动一个没有正确指定主类的JAR文件时。主类是包含main方法的类,它是程序执行...

    manifest.json(文档标准格式).rar

    如果manifest.json存在语法错误或缺少必要字段,这些工具会给出错误提示,帮助开发者快速定位并修复问题。 总结来说,manifest.json是现代Web技术和应用程序的核心组成部分,它为应用提供了清晰的标识和行为规范。...

    Manifest生成器

    总之,Manifest生成器是VB6开发者解决UI主题兼容性问题的一个实用工具,它简化了复杂的手动配置过程,使得旧版VB6程序也能享受到现代操作系统的视觉增强。对于那些仍在维护VB6项目的人来说,这是一个非常有价值的...

    清单文件.manifest

    清单文件(.manifest)在IT领域中扮演着重要的角色,特别是在软件开发中,尤其是在与Microsoft Visual Studio 2005(VS2005)和SDK V2.0的交互时。本文将深入探讨清单文件的功能、作用以及如何在VS2005环境下提升...

    Advanced BAT to EXE Converter2.83老朽痴拙汉化版(BAT编辑转换器)

    Advanced BAT to EXE Converter2.83老朽痴拙汉化版(BAT编辑转换器) 转换和编译任何批处理文件为windows可执行文件。 隐形模式启动的批处理文件,彻底静默。 批处理文件源进行加密,让你的代码有秘码。 您可以设置EXE...

    android Manifest.xml详解

    ### Android Manifest.xml 文件详解 #### 一、Manifest.xml 文件概览 `Manifest.xml` 是 Android 应用程序的核心配置文件之一,它定义了应用程序的基本结构和行为,包括应用的组件(如 Activity、Service 和 ...

Global site tag (gtag.js) - Google Analytics