I just updated the NHibernate.Mapping.Attributes.dll in an existing
project. Everything was working fine except the cascade attribute, so
I figured I would give the newer dll a try. After updating the dll I
am getting this error, "The required attribute 'name' is missing". I
have serveral basic properties like:
bool isEnabled;
[Property]
public bool IsEnabled
{
get { return isEnabled; }
set { isEnabled = value; }
}
Do these require the 'name' attribute now? I suspect not, but I can't
figure out what else it is looking for.
--
You received this message because you are subscribed to the Google Groups
"NHibernate Contrib - Development Group" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/nhcdevs?hl=en.