[Mono-list] xsp 2.6.1 with C# 4.0 dmcs compilation

Michael Hutchinson m.j.hutchinson at gmail.com
Mon Dec 21 14:46:40 EST 2009


On Mon, Dec 21, 2009 at 7:28 AM, Tomi <bosak.tomas at gmail.com> wrote:
> I have found that I can select in Monodevelop settring Runtime version to
> Mono / .NET 4.0, so I can use now C# 4.0 features, but when i create basic
> ASP.NET MVC project and try to compile it, I get errors like this:
> Error: /tmp/tmp6230408.tmp (MonoMvcTest)

That's a known issue in MD that compiler crashes produce that kind of
output (fixed after MD 2.2). If you take the command-line from the
build pad and run it manually in a terminal, you can see the error.

In addition to the compiler crash, MD doesn't currently invoke xsp4,
the 4.0 version of xsp.

If you really want to experiment with the 4.0 profile, I'd suggest
using a parallel install of mono trunk
(http://www.mono-project.com/Parallel_Mono_Environments) and
MonoDevelop trunk, so that you can file bugs against the most recent
version and see them fixed.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Mono-list mailing list