[Mono-list] How can I reference 3.5 System.Web.Extensions.dll with gmcs?

Atsushi Eno atsushi at ximian.com
Sun Sep 14 04:39:09 EDT 2008


Hello,

I am trying to compile sources that depend on 3.5 Sys.Web.Extensions.dll
with gmcs and I cannot find the way to do it normally.

gmcs is actually gmcs.exe in $install/lib/mono/2.0/gmcs.exe and there
already is "1.0" version of System.Web.Extensions.dll. gmcs then always
load 1.0 System.Web.Extensions.dll since it is in the same directory
as gmcs.exe exists. Neither of -pkg:dotnet35 or local copy of the
assembly helps  (and to my understanding, current mono behavior to
probe assemblies is correct).

Am I missing something easy to make it?

Atsushi Eno


More information about the Mono-list mailing list