https://bugzilla.novell.com/show_bug.cgi?id=684737
https://bugzilla.novell.com/show_bug.cgi?id=684737#c8 Marek Safar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|C# |xbuild AssignedTo|[email protected] |[email protected] Product|Mono: Compilers |Mono: Tools --- Comment #8 from Marek Safar <[email protected]> 2011-04-04 10:54:48 UTC --- Surprisingly the compiler error message is spot on. xbuild is calling gmcs with 2.0 mscorlib and 4.0 System.Core which means the closest System.Func match has 10 type parameters. This is most likely xbuild bug. Please attach your .csproj so we can reproduce it easier. -- 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
