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

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
 
C

Chris Dunaway

IIRC, in order to strongly name an assembly, all of its dependent
assemblies must also be strongly named.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top