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


_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to