https://bugzilla.novell.com/show_bug.cgi?id=684737

https://bugzilla.novell.com/show_bug.cgi?id=684737#c2


Jonathan Pryor <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|                            |INVALID

--- Comment #2 from Jonathan Pryor <[email protected]> 2011-04-02 19:26:43 UTC 
---
You're using gmcs, as can be seen in xbuild-output:

    Tool /usr/bin/gmcs execution started with arguments: /noconfig /debug:full
..

The problem is that gmcs targets the .NET 2.0/3.5 profiles, and in .NET 3.5
System.Func<...> only supports up to 8 parameters, not 16:

    http://msdn.microsoft.com/en-us/library/dd386894.aspx#versionsTitleToggle

    Version Information:
    Supported in: 4

Since you want a .NET 4.0 type, you need to use the .NET 4.0 compiler, dmcs.
There should be some way to configure this in your .csproj...

-- 
Configure bugmail: https://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