JamesWright wrote > Which version of Mono 3.0.x is considered stable? You should use latest available version of mono. Now, it is version 3.0.10.
JamesWright wrote > But only source tarballs for up to 3.0.7 here: > http://download.mono-project.com/sources/mono/ I was solving this problem too. Version 3.0.10 is not available as tarball yet. If you want to use latest version you should compile mono 3.0.10 from git <https://github.com/mono/mono> but it is more difficult. Find commit <https://github.com/mono/mono/commit/205724650b727ac32fc753f7a74230f61f03dcde> .This commit is tagged: "Bump version to 3.0.10" so it is latest version specified by mono contributors. Clone git with this commit and build it. -- View this message in context: http://mono.1490590.n4.nabble.com/Single-File-Build-Failed-Exception-in-ASP-NET-MVC-Website-tp4659436p4659448.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
