On Thu, 2009-12-03 at 11:40 -0800, Zak wrote:
> I am receiving the follwing:
> 
> Unhandled Exception: System.FieldAccessException: Field
> `IHS.Data.Gcode:_job' is inaccessible from method `(wrapper dynamic-
> method) object:setter
> (IHS.Data.Gcode,DbLinq.Data.Linq.EntityRef`1<IHS.Data.Job>)'

This is an issue with Mono 2.4.2.3 (and likely the 2.4 branch in
general).

For example, while running DbLinq.Sqlite_test_mono.dll:

        Runtime         Total Tests     Failures        Skipped
        -------         -----------     --------        -------
        2.4.2.3         332             326             14
        2.6   [r145607] 332             6               14
        trunk [r146765] 332             2               14
        
Looks like a Mono 2.4.x bug, fixed in subsequent releases (neither of
which is *actually* out; 2.6 is still in preview stages).

I'll have to write a minimal test case and see if we can backport the
fix to the 2.4 branch, but I don't know if that'll happen or when a
release containing the fix would be available.

It's possible that there's some other change we could do to DbLinq to as
a workaround; you might want to look into that if using Mono 2.6+ isn't
an option.

 - Jon


--

You received this message because you are subscribed to the Google Groups 
"DbLinq" 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/dblinq?hl=en.


Reply via email to