Unanswered How disable Signature clickonce

  • 2012년 2월 26일 일요일 오후 1:22
     
     

    Hello i created one new model of word (*.dotx) under visual studio 2010.

    everything is ok and i can open my doc without problems from my own PC.

    but when i copy my doc with all the files needed on another PC. i received that message :

    Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInTrustEvaluator.VerifyTrustPromptKeyInternal(ClickOnceTrustPromptKeyValue promptKeyValue, DeploymentSignatureInformation signatureInformation, String productName)
    i tried to desactivate "Signature" in my project propriety but its not possible when i regenerate it come back always!

    sorry for my bad language.

    Dan

모든 응답

  • 2012년 2월 28일 화요일 오전 8:03
    중재자
     
     

    Hi Dan,

    Thank you for posting.

    Which files did you copied to the other PC? How did you desactive  "Signature" in your project?

    I think you can add a test signature for your project. For more details, please view this arrticle:

    http://msdn.microsoft.com/en-us/library/ms996418.aspx

    In addition, please take a look to see whether these articles help you:

    http://stackoverflow.com/questions/5223156/vsto-excel-2007-addin-fails-to-install-from-a-network-share

    http://social.msdn.microsoft.com/Forums/eu/vsto/thread/92458202-4370-4bac-b530-fc7acf458a4e

    Hope this can help you and just feel free to follow up after you have tried.

    Best Regards,


    Bruce Song [MSFT]
    MSDN Community Support | Feedback to us


  • 2012년 2월 28일 화요일 오후 4:37
     
     

    Hi Bruce ,

    thank's for your quick answer.

    i copied all the files from release directory

    i desactivated Signature in the tab "Signature" of the proprieties of the project tick box "Sign the manifests clickonce"

    but if i debug or generate the project it is automatiquely reactivate!!

    Dan

    

  • 2012년 3월 1일 목요일 오전 8:40
    중재자
     
     

    Dan, as far as I know, we can't disable the siganature, we need to sign the dlls for deployment. For more details, please refer to this article:

    http://msdn.microsoft.com/en-us/library/aa730868(VS.80).aspx#rsvssign_topic3

    "To publish an application using ClickOnce deployment, the application and deployment manifests must be signed with a cryptographic x509 certificate. ClickOnce deployment uses the RSA private key encryption scheme; the manifests are signed with the key information from the certificate.
     "

    Hope this can explain the scenario.

    Best Regards,


    Bruce Song [MSFT]
    MSDN Community Support | Feedback to us

  • 2012년 3월 4일 일요일 오후 12:57
     
     

    hi Bruce 

    i followed exactey the procedure like described in above  UrL without succes!!

    then i created a blank doc word with just "Hello"

    i tried to debug it no succes always that message "

    Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInTrustEvaluator.VerifyTrustPromptKeyInternal(ClickOnceTrustPromptKeyValue promptKeyValue, DeploymentSignatureInformation signatureInformation, String productName)"

    i don't need certificate i don't need signature i just want to copy my dotx file to another "PC" and it seem impossible!!!

    i'm quiet dessapointed.

    Dan