[Mono-list] DBLinq with MONO (System.Core missing)

Jonathan Pryor jonpryor at vt.edu
Tue Nov 13 07:23:11 EST 2007


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
 



More information about the Mono-list mailing list