错误"Unable to find manifest signing certificate in the certificate store"的解决方法
Posted on 2010-07-07 13:20 princeoicq 阅读(287) 评论(0) 收藏 举报错误"Unable to find manifest signing certificate in the certificate store"的解决方法
2009年08月16日 星期日 23:18
|
今天重装系统,把我以前写的项目用VS08SP1打开编译时发现报错,错误提示是:Unable to find manifest signing certificate in the certificate store,这我可头大了,心想自己辛苦俩月写得程序不会就这么光荣牺牲了吧,找了一下解决方案,发现有两种解决方法: 方法一:把DEF项目的属性->Signing选项->Sign the ClickOnce manifests 勾去掉,这样就可以编绎通过了; 方法二:用记事本打开 *.csproj文件 ,删除下面四句代码: <manifestcertificatethumbprint>...</manifestcertificatethumbprint> 这样也可以正常编译。 如果你的项目没有经过发布,就不会有以上问题出现 |
浙公网安备 33010602011771号