当前位置:首页 > 编程开发

vs2005运行tcpmp遇到"SignTool Error: No certificates were found that met all the given criteria."

webgou16年前 (2010-11-02)编程开发525

Solution:
install
C:\Program Files\Windows Mobile 6 SDK\Tools\Security\SDK Development Certificates\SamplePrivDeveloper.pfx

and

change the settings of project VS2005,  "Property Pages"->"Authenticode Signing"->"Certificate"->Select Certificate->TEST USE ONLY - Sample Privileged Root for Windows Mobile SDK->Click OK->Click OK->Build the sample.

扫描二维码推送至手机访问。

版权声明:本文由知了博客发布,如需转载请注明出处。

本文链接:https://www.webgou.info/?id=383

标签: vs
分享给朋友:

“vs2005运行tcpmp遇到"SignTool Error: No certificates were found that met all the given criteria." ” 的相关文章

谈谈Windows程序中的字符编码

Windows的内部架构、Win32 API的A/W函数、Locale、ANSI代码页、与字符编码有关的编译参数、MBCS和Unicode程序…

iOS开发中常见的语句@synthesize obj=_obj的意义详解

  我们在进行iOS开发时,经常会在类的声明部分看见类似于@synthesize window=_window; 的语句,那么,这个window是什么,_ window又是什么,两个东西分别怎么用,这是一个比较基本的问题,也关乎我们理解Objective-C中对类、类的…

ubuntu 11.04 电信更新源

使用root 权限:sudo su 进入编辑:gedit sources.list:…

devenv.exe的命令行参数

devenv.exe的命令行参数…

数据挖掘算法(Analysis Services – 数据挖掘)

“数据挖掘算法”是创建数据挖掘模型的机制。…

stdcall cdecl fastcall thiscall naked call

在C语言中,假设我们有这样的一个函数:int function(int a,int b)调用时只要用result = function(1,2)这样的方式就可以使用这个函数。但是,当高级语言被编译成计算机可…

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。