Hi there,
I have a collection of Kids, defined as IDicitionary, in an employee class. When i try to load the employees and subsequently the kids of the employees I get back this error:
"The type NHibernate.Collection.Set can not be assigned to a property of type System.COllections.IDictionary setter of HibernateAppTest.Employee.Kids"
Any ideas, all of the XML mappings look correct base off the tutorial from TSS (Dept -> classes example). If i alter the property setter to be an object, instead of the IDictionary it works fine. Is there something Im missing? Id rather not have to cast into/from a seperate property just to be able to use the name/value pairness of it. That is if its even storing it as that...havnt tested that far yet.
Thanks for any help,
Aaj
|