Thank you. I tried to extract System.Data.Linq sources from SVN but http://anonsvn.mono-project.com is down. Where to find trunk sources ?
How to force web application to use System.Data.Linq.dll from application bin folder instead of 2.4.2p2 default one? I cannot use whole SVN since it does not work due to the issue http://bugzilla.novell.com/show_bug.cgi?id=522748 Andrus. ----- Original Message ----- From: "Jonathan Pryor" <[email protected]> To: "Andrus Moor" <[email protected]> Cc: <[email protected]> Sent: Monday, July 20, 2009 6:28 PM Subject: Re: [Mono-list] Fixing 2.4.2p2 NotImplementedException > 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
