[Mono-list] Should LINQ work in Mono 2.0.1?
Adam Tauno Williams
awilliam at whitemice.org
Wed Dec 10 21:29:38 EST 2008
I've got a simple LINQ example in Monodevelop (openSUSE,
mono-core-2.0.1) and it fails to build with:
Type=Error, Priority=Normal, Description=An implementation of `Cast'
query expression pattern could not be found. Are you missing
`System.Linq' using directive or `System.Core.dll' assembly
reference?(CS1935)
The project references System.Core, and System.Data.Linq, I have a
System.Data.Linq and a System.Xml.Linq, but no System.Linq.
More information about the Mono-list
mailing list