Results 1 to 2 of 2

Thread: Problem Signing a solution.

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2007
    Location
    San Pedro de Macoris, Dominican Republic
    Posts
    211

    Problem Signing a solution.

    So, I've been deploying an application, which worked really fine and installed fine until Norton internet security's Sonar suddenly wen batcrap crazy and started deleting both setup files and the application's excutable in the default clickonce directories.

    So I decided to sign the assembly, but, I have a couple of dlls that are helping me convert old images stored as ole objects, and I really don't know If I can /or have to sign the .dll files individually or what, as everytime I try to sing the main assembly the compilation throws an error related to these files.

    What can I do? (I'm not much of an expert on signing issues)

  2. #2
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611

    Re: Problem Signing a solution.

    You should sign all the references. Otherwise a signed exe could run unsigned code. If these DLL's are third-party you could try to use late-binding
    VB6 & C# (WCF LINQ) mostly


    If you need help with a WPF/WCF question post in the NEW WPF & WCF forum and we will try help the best we can

    My site

    My blog, couding troubles and solutions

    Free online tools

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width