IE11中的VS2010 postbuild事件失败 [英] VS2010 postbuild event fails in IE11

查看:107
本文介绍了IE11中的VS2010 postbuild事件失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我使用的是windows7-32bit机器,IE8和VS 2010控制台应用程序(使用Build事件 - > post build event - >成功后)构建,签署该项目的exe)。

它正在编译和运行没有任何问题。



PostBuild活动

C:\Program Files \ Microsoft SDKs\\Windows\v7.0A\bin\signtool.exesign / f $(ProjectDir)../ URCertificate.p12 / p URPASSWORD / t http://timestamp.verisign.com/scripts/timestamp .dll $(ProjectDir)bin \ release.com \\ xXXXXX.exe



问题: 如果我升级IE8到IE11然后上面的代码无法编译,因为postbuild事件失败(上面的时间戳无法访问)。



谢谢,

Rajkumar.N

Hi,

I am using windows7-32bit machine,IE8 and VS 2010 console application(using Build events ->post build event -> after success build, signing the exe of that project).
it's compiling and running without any problem,.

PostBuild event:
"C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\signtool.exe" sign /f $(ProjectDir)../URCertificate.p12 /p URPASSWORD /t http://timestamp.verisign.com/scripts/timestamp.dll $(ProjectDir)bin\release\XXXXXX.exe

Problem: If I upgrade the IE8 to IE11 then the above code fails to compile because the postbuild event fails(the above timestamp couldn't reachable).

Thanks,
Rajkumar.N

推荐答案

(ProjectDir)../ URCertificate.p12 / p URPASSWORD / t http://timestamp.verisign.com/scripts/timestamp。 dll
(ProjectDir)../URCertificate.p12 /p URPASSWORD /t http://timestamp.verisign.com/scripts/timestamp.dll


(ProjectDir)bin \ release.com \\ xXXXXX.exe



问题: 如果我将IE8升级到IE11,那么上面的代码无法编译,因为postbuild事件失败(上面的时间戳无法访问)。



T. hanks,

Rajkumar.N
(ProjectDir)bin\release\XXXXXX.exe

Problem: If I upgrade the IE8 to IE11 then the above code fails to compile because the postbuild event fails(the above timestamp couldn't reachable).

Thanks,
Rajkumar.N


这篇关于IE11中的VS2010 postbuild事件失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆