Unable to emit assemly: 'NHibernate.Mapping.Attributes' does not have a strong name
Description
I am trying to use NHibernate.Mapping.Attributes in my project but I get the following error:
"Unable to emit assembly: Referenced assembly 'NHibernate.Mapping.Attributes' does not have a strong name"
I try to use it in dll which has COM interface - so it needs to have strong name and it seems like all the other dll-s I reference from my project also need to have a strong name. I have no such problems with NHibernate so I think other NHibernate dll-s have strong names...
Would it be possible to add a key to it or might there be any other way around it? Thanks
Environment
None
Activity
Show:
Pierre Henri Kuaté
October 22, 2009 at 4:01 PM
The new builds are signed.
Rait
December 23, 2008 at 7:35 AM
using: NHibernate.Mapping.Attributes.dll ver 2.0.0.2001 (2.0.0.Beta1)
I am trying to use NHibernate.Mapping.Attributes in my project but I get the following error:
"Unable to emit assembly: Referenced assembly 'NHibernate.Mapping.Attributes' does not have a strong name"
I try to use it in dll which has COM interface - so it needs to have strong name and it seems like all
the other dll-s I reference from my project also need to have a strong name. I have no such problems
with NHibernate so I think other NHibernate dll-s have strong names...
Would it be possible to add a key to it or might there be any other way around it?
Thanks