Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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
Posted
Updated 15-Jan-14 22:00pm
v6

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900