On Tue, Mar 9, 2010 at 11:13 AM, Alix <[email protected]> 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?
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to