[Mono-aspnet-list] Linq libraries missing?

Atsushi Eno atsushieno at veritas-vos-liberabit.com
Mon Apr 6 04:40:19 EDT 2009


There is no such assembly, System.Linq.dll. There is System.Core.dll
instead. You should not need to specify it though.

Atsushi Eno

Mark DevGood wrote:
> When I try to compile my asp.net website on the server it is complaining that
> it cannot find the Linq libraries.
> 
> My Script:
> gmcs /t:library /out:bin/website.dll -pkg:dotnet -r:System.Linq <filenames
> to compile...>
> 
> If I include the '-r:System.Linq' part or -r:System.Xml.Linq' it seems to
> make no difference. I thought these Linq libraries should be included in my
> server Mono2.2 installation by default as they seem to be there on my local
> machine which also has Mono2.2 installed. Any idea how to fix?
> 
> 



More information about the Mono-aspnet-list mailing list