[Mono-list] Fixing 2.4.2p2 NotImplementedException

Andrus Moor kobruleht2 at hot.ee
Mon Jul 20 06:26:58 EDT 2009


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 ?

Andrus. 



More information about the Mono-list mailing list