[Mono-list] Fixing 2.4.2p2 NotImplementedException

Jonathan Pryor jonpryor at vt.edu
Mon Jul 20 11:28:32 EDT 2009


On Mon, 2009-07-20 at 13:26 +0300, Andrus Moor wrote:
> In Mono  2.4.2p2  method
> 
> private object NormalizeDbType(object value)
> {
>   System.Data.Linq.Binary b = value as System.Data.Linq.Binary;
>   if (b != null)
>                 return b.ToArray();
>    return value;
>   }
> 
> causes NotImplementedException
> 
> How to fix this in stable release of Mono? Is it possible to change this 
> code so that it works ?

Mono 2.4.2 contains a "stub" version of System.Data.Linq.dll, i.e. it's
not very useful.  You might try using the trunk version.

 - Jon




More information about the Mono-list mailing list