https://bugzilla.novell.com/show_bug.cgi?id=360374
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=360374#c1 --- Comment #1 from Atsushi Enomoto <[EMAIL PROTECTED]> 2008-02-11 01:38:32 MST --- For now gmcs does not compile the repro: $ gmcs miggy.cs -r:System.Xml.Linq.dll -r:System.Core.dll miggy.cs(15,32): error CS1061: Type `System.Xml.Linq.XElement' does not contain a definition for `XPathSelectElements' and no extension method `XPathSelectElements' of type `System.Xml.Linq.XElement' could be found (are you missing a using directive or an assembly reference?) Compilation failed: 1 error(s), 0 warnings I tried csc and I could reproduce the issue. And tag-style issue is fixed. -- 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
