[Mono-list] Mono on Win32 actually requiring MS.NET 1.1 to run ASPX ?

Gonzalo Paniagua Javier gonzalo@ximian.com
Thu, 13 Nov 2003 11:04:50 +0100


El jue, 13-11-2003 a las 09:47, George Kodinov escribió:
> >>While this is OK on linux (there's a 'mcs' shell script there to run 
> >>'mono mcs.exe ...') on Win32 this causes the MS.NET runtime to be used 
> >>to run mcs.exe. And since there're some 1.1 methods in Mono it won't run 
> >>if only 1.0 is installed.
> >>    
> >>
> >
> >Do you know which methods?  I find it surprising that we are using new
> >features. 

The default build for mcs uses NET_1_1. You have to compile everything
in mcs with -d:NET_1_0 to not use 1.1 features.

-Gonzalo