Ah, another manifestation of the 'inherited interfaces aren't really inherited' problem/feature that often comes up with reflection- oriented code. We're using a similar approach, but haven't hit this problem yet - this workaround will do for now.
On Mar 8, 1:22 am, Graham Bunce <[email protected]> wrote: > lol, wish google had Edit. > > and now a workaround..... > > IEntity is a { get; set } for assigning the ID during hydration from > the DB. > > If I add " new ID { get; }" to IDomain, the problem goes away. > Unfortunate, but less of a problem than my whole application stack > being screwed.... :) > > Still sounds like a bug worthy of a JIRA though ..... or is it a > fundamental aspect of NH I don't quite get yet. What do you think? -- You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en.
