[Mono-bugs] [Bug 360374] XPath not working with Xml.Linq

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Feb 11 03:38:32 EST 2008


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

User atsushi at ximian.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=360374#c1





--- Comment #1 from Atsushi Enomoto <atsushi at ximian.com>  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.


More information about the mono-bugs mailing list