Sunday, 15 April 2012

certificate - Signing Click Once Aplication Assymbly with Visual Studio 2012 -



certificate - Signing Click Once Aplication Assymbly with Visual Studio 2012 -

i'd deploy visual studio 2012 project click-once technology microsoft. developing utilize windows 7 machine , run visual studio normal user (not root). deploying utilize visual studio 2012 well. problem when users execute click 1 time deployment file, security software on pc mark software unknown , inquire user stopping execution. avoid have ordered trustcenter cerificate , used signing click 1 time deployment file, worked quite well. until point during installing process downloads assemblies. visual studio has alternative signing assembly, @ first has given import error. after had fixed gave me during compiling process error, not sign assemblies. hence used post-build-option. there inserted signtool command, worked pretty well. when comes deploying, signature got lost. i've called trustcenter back upwards 3 times , said me after analysis of certificate looks quite good. when want import visual studio due assembly signing option, visual studio alerts, not able find certificate. have idea, how possible deploy click 1 time applications signed assemblies? (best case visual studio 2012) best greetings,clemens

well sovled problem after few more hours of try-error-methode. "export certificates in path" alternative shouldn't set(like trustcenter back upwards told me). without alternative i've got error visual studio, solved openssl commands: openssl pkcs12 -in cert.pfx -out backup.key openssl pkcs12 -export -out out.pfx -keysig -in backup.key out.pfx used without problems.

visual-studio-2012 certificate code-signing assembly-signing

No comments:

Post a Comment