Hello guys,

I have the same issue.
And think the problem is not inside NH:
It uses IDictionary<string, MetaAttribute> and Mono, according to
sources, thinks that to be serializable, it should have a method Add
(KeyValuePair<string, MetaAttribute>), but can't find it through
reflection. But as IDictionary<TKey, TValue> is defined as extending
ICollection<KeyValuePair<TKey, TValue>>, this method should exist. So,
the problem is somewhere inside Mono's reflection or Xml serialization
code.
I need some more time to understand all it completely


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to nhusers@googlegroups.com
To unsubscribe from this group, send email to 
nhusers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to