[Mono-list] dmcs doesn't seem to be compiling for 3.5?

Rodrigo Kumpera kumpera at gmail.com
Tue Mar 9 09:34:01 EST 2010


On Tue, Mar 9, 2010 at 11:13 AM, Alix <awolf.business at gmail.com> wrote:

>
> According to  http://www.mono-project.com/CSharp_Compiler this  dmcs is
> the
> appropriate command to use to compile starting with mono 2.6, and it will
> default to .NET 3.x. Is there anything I should do to make sure it's 3.5 or
> higher?
>
>
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?

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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20100309/1216e31d/attachment.html 


More information about the Mono-list mailing list