On Tue, 2007-11-13 at 13:48 +0200, Andrus wrote: > DBLinq requires System.Linq.IQueryable type which is defined in > System.Core > > http://anonsvn.mono-project.com/source/trunk/olive/class/ > > does not to have System.Core implementation.
This is one of those cases where a .NET 3.5 assembly is in mcs/class, not olive/class: http://anonsvn.mono-project.com/source/trunk/mcs/class/System.Core/System.Linq/IQueryable.cs - Jon _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
