[Mono-bugs] [Bug 551623] "Attempting to JIT compile method" When Using Expressions

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Oct 31 13:26:26 EDT 2009


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

User tscott at lunaversesoftware.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=551623#c3





--- Comment #3 from Tim Scott <tscott at lunaversesoftware.com>  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.


More information about the mono-bugs mailing list