I try to sign my app which has multiple projects in it. But it seems like the process is different from signing solution with one project. any suggestion
Welcome Ilya, I know you will come to my rescue. Yes i didn't that but while compiling, it gave me an error saying my other project didn't have a strong named key. so sign the other project but i run time it throw me an another error about some assembly stuff.
how to code sign multiple projects solution?
ahmedWebDev
I'm not quite sure I follow... Why can’t you simply sign output of each project
James A. Gayhart
I know you will come to my rescue.
Yes i didn't that but while compiling, it gave me an error saying my other project didn't have a strong named key. so sign the other project but i run time it throw me an another error about some assembly stuff.
Devin
So you talking about strong name signing, not or Authenticode signing
Do you actually need strong names
http://msdn2.microsoft.com/en-us/library/h4fa028b.aspx
If you do, make sure your assemblies are not delay signed as NETCF does not support delay signed assemblies. It would compile but won’t run.