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) :)
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