http://bugzilla.novell.com/show_bug.cgi?id=551623

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=551623#c3





--- Comment #3 from Tim Scott <[email protected]>  2009-10-31 
11:26:20 MDT ---
I think you are saying that the virtual with generics issue is not the problem?

In any case, I found only one suspect method.  In BasePropertyMap<TEntity,
TProperty>:

protected virtual void InnerSetValue(TEntity instance, object value, ISession
session)
{
    setter.Invoke(instance, new[] { value });
}

I changed this to be abstract instead.  I also made all other methods in Catnap
to be not virtual.  After these changed I tried the demo solution again, and I
got all the same errors.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to