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
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
To avoid this error you could either
You will find instructions on signing third party assemblies here: