> The mentioned page has "*dmcs*: Starting with Mono 2.6 this command is the > C# 4.0 compiler, and references the 4.0 runtime." > Which means dmcs targets 4.0 and not 3.5. What made you think such thing > so > we can fix it?
"The compiler now defaults to the 3.x language specification, starting with Mono 2.8 it will default to 4.0." Since it says that starting with 2.8 it will default to 4.0 I understand that 2.6 still defaults to 3.x. Anyway, I'm a complete newbie, so maybe a more experienced person would understand it differently. > And the problem you're having has nothing to do with the compiler itself, > it's the class library that doesn't implement the recursive policy on > ReaderWriteLockSlim. The expection error message is > "System.NotImplementedException: recursionPolicy != NoRecursion not > currently implemented", did you find it not enough informative of the > fact? > Any suggestion on how could we improve it? Yeah, sorry, I know it's the library, but I thought "mono" was not only the compiler but that it also included the new libraries, since it says it references the 4.0 runtime. Again, complete newbie. And a long day. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list -- View this message in context: http://n4.nabble.com/dmcs-doesn-t-seem-to-be-compiling-for-3-5-tp1586012p1586064.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
