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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
