Error -- Referenced assembly does not have a strong name.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I'm creating a Strong named assembly which has a reference to a third-party
Assembly.

When I try to compile my assembly, I receive the following error
"Assembly generation Failed -- Reference assembly 'Assembly Name' does not
have a strong name."

How to get rid of this error? Any suggestions?

Thanks in anticipation
Vishal
 
IIRC, in order to strongly name an assembly, all of its dependent
assemblies must also be strongly named.
 
Back
Top