ClickOnce Publishing时报Error:No Certificates were found that met all the given criteria

今天联系WPF时, 报Error,如下图

上网找了半天说证书过期,可以自己建立测试证书,找了好多资源,最后建立成个人信息交换(.pfx) 文件,并且导入VS,但是依然不行。

参考:https://msdn.microsoft.com/zh-cn/library/bfsktky3.aspx,https://technet.microsoft.com/zh-cn/subscriptions/ff550672

最后解决办法是打开Signing页签,按下右中间的Create test Certificate。。。按钮, 输入密码,即建立test Certificate。

时间: 2024-11-09 00:34:47

ClickOnce Publishing时报Error:No Certificates were found that met all the given criteria的相关文章

C# signtool error:no certificates were found that met all the given criteria 错误解决方案

程序运行时报错:signtool error:no certificates were found that met all the given criteria (汉译:符号工具错误:没有找到符合所有给定标准的证书) 解决方案:打开项目->属性->签名,去掉为 ClickOnce 清单签名即可. 原文地址:https://www.cnblogs.com/swjian/p/9483471.html

SignTool Error: No certificates were found that met all the given criteria

在使用数字证书给驱动cat包签名时遇到提示错误: SignTool Error: No certificates were found that met all the given criteria 检查pfx证书已经安装,cer证书文件也存在,联网也正常,但是总是提示这个错误. 签名语句为: signtool.exe sign /s root /n "Test Certificate" /t http://timestamp.verisign.com/scripts/timestam

关于npm安装全局模块,require时报Error: Cannot find module 'XXX'的解决办法

系统环境:centos 下午使用npm安装"cheerio",想搞爬虫玩玩. npm安装有两种模式: 本地 # npm install cheerio 全局 # npm install cheerio -g 如果想要全局安装,你首先要先设置个全局路径 我在"node的安装位置/lib/node_modules/"目录下新建了文件夹node_global专门用来存放新安装的全局包 # npm config set cache "node的安装位置/lib/n

解决opensips启动时报ERROR:uri:db_checks_fixup1: configuration error 错误

opensips启动时报下列错误 [[email protected] opensips]# opensipsctl start INFO: Starting OpenSIPS : ERROR: PID file /var/run/opensips.pid does not exist -- OpenSIPS start failed 查看日志文件发现有下列错误 May 14 16:08:43 OpenSIPS /sbin/opensips[48245]: ERROR:uri:db_checks

阿里云图片或文件上传 启动时报Error creating bean with name 'ossClient'问题

异常的主要信息是说无法创建ossClient对象 下面debug显示出具体的原因是因为找不到org.apache.http.ssl.TrustStrategy org.apache.http.ssl.TrustStrategy其实是httpClient jar包中的,原因是因为httpClient 的版本过低,jar包中没有org.apache.http.ssl.TrustStrategy, 所以只需要从maven仓库中下载最新的httpClient jar包即可.本人之前用的是 后来把版本号修

loadRunner回访脚本时报Error -27987: Requested image not found [MsgId: MERR-27987]

loadRunner录制:登陆订机票网址->订机票的过程 loadRunner回访脚本时报Error -27987: Requested image not found  [MsgId: MERR-27987] 解决方法: 1.进入Recording Options 2.进入Recording,在HTML-based script设置里的HTML Advanced设置 3.在Script type里选第二项(A script containing _explicit URLs only(e.g.

WebStorm中将Project分享到GitHub时报“Error Running Git”错误的解决办法

错误信息 Cannot run program "git.exe":CreateProcess error=2,系统找不到指定的文件. 解决办法 从错误信息就可以知道,WebStorm找不到git.exe的路径. 解决办法如下: 1.从Github For Windows下载Windows版Github客户点并安装 2.配置git环境变量 设置环境变量,添加git.exe的路径到Path.git.exe的路径类似:C:\Users\[用户名]\AppData\Local\GitHub\

mysql delete数据时报Error Code 1175

我们在学校mysql的时候,在更新或者删除数据的时候,会遇到以下错误: Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect. 0.000 sec

ionic platform add时报Error: spawn EACCES错误

Error: spawn EACCES    at exports._errnoException (util.js:746:11)    at ChildProcess.spawn (child_process.js:1155:11)    at Object.exports.spawn (child_process.js:988:9)    at Object.exports.spawn (/usr/local/lib/node_modules/cordova/node_modules/co