I've added a weakly named assembly to my VS2005 project (which is strongly named). I'm now getting the error:
"Referenced assembly 'xxxxxxxx' does not have a strong name"
Do I need to sign this 3rd party assembly?
Thanks in advance
Nick
|
3
|
I've added a weakly named assembly to my VS2005 project (which is strongly named). I'm now getting the error: "Referenced assembly 'xxxxxxxx' does not have a strong name" Do I need to sign this 3rd party assembly? Thanks in advance Nick
|
|||
|
|
|
|
Hi, to avoid this error you could either
You will find instructions on signing third party assemblies here: Regards, divo |
||||||
|