To use nhibernate attribute mapping, do you need a special dll?
I did:
using NHibernate.Mapping;
but for some reason when I did:
[NHibernate.Mapping.Attributes.Class(Lazy=true)]
public class MyClass
{
}
the word 'attributes' is in red i.e. vs.net didn't find the assembly reference?