How to fix “Referenced assembly does not have a strong name” error

I’ve added a weakly named assembly to my Visual Studio 2005 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 third-party assembly?

16 Answers
16

Leave a Comment