J'ai testé pour vous
Hey! Mono is fantastic!
Last week I have troubles to compile Portal.dll with it. In facts, it was because of my bugs (and because of this -beep- Mobile Toolkit, and this -beep- ? and }, and this -beep- case sensitivity...).
Now that all work with Microsoft csc.exe, I made a new try with Mono mcs.exe and it's ok. Now, my IBS Portal runs with a Portal.dll builds with Mono !
My /Components/mkMono.bat :
call monomcs.bat /t:library /out:..\bin\portal.dll *.cs
/r:System.web.dll /r:System.data.dll /r:system.dll
pause
And now ? How should I do to uninstall the 150 Mo of the .Net Framework SDK ?