[Mono-aspnet-list] Linq libraries missing?

Mark DevGood dirkroel at gmail.com
Sun Apr 5 16:17:56 EDT 2009


I thought that mscorlib was already added automatically? Also wouldn't the
parameter '-pkg:dotnet ' also add in the System.* libraries? (Although I
understand not all of them).

Also since its unclear to me how one would 'add to project references' when
using the command line compiler, could you explain how?

many thanks


Stifu wrote:
> 
> You may simply need to add "System.Core.dll" to your project references.
> 
> 
> 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?
>> 
>> 
>> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Linq-libraries-missing--tp22897038p22898189.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.



More information about the Mono-aspnet-list mailing list