Re: [Mono-dev] Entity Framework - new issues

2013-02-14 Thread Oleg
Tested previous bug, it seems ok. Created bug 10295 for "The provider for invariant name is specified multiple times in the application configuration." and bug 10296 for "Could not load type 'System.Data.Entity.Core.Common.CommandTrees.DbInExpression' from assembly 'EntityFramework". -- View thi

Re: [Mono-dev] Entity Framework - new issues

2013-02-13 Thread Oleg
Created Bug 10271 instead of modifying old (already closed) bug. -- View this message in context: http://mono.1490590.n4.nabble.com/Entity-Framework-new-issues-tp4658551p4658567.html Sent from the Mono - Dev mailing list archive at Nabble.com. ___ Mon

Re: [Mono-dev] Entity Framework - new issues

2013-02-13 Thread Oleg
Oh, we came to the point I started from on StackOverflov (http://stackoverflow.com/questions/14582318/nullreferenceexception-with-ef6-on-mono-3-0-3) with NullReferenceException when I have tried use .Net System.Xml. It is a good sign :) I will attach updated sample project with patched EntityFrame

Re: [Mono-dev] Entity Framework - new issues

2013-02-12 Thread Atsushi Eno
yw - it still seems like some xml schema issue, namely PSVI handling in XmlSchemaValidatingReader (ok, less than 0.1% of people understand it). In case you don't mind patching EF, here is mine that goes beyond that issue. Atsushi Eno Олег wrote: Many thanks to Atsushi Eno for a solution for

Re: [Mono-dev] Entity Framework - new issues

2013-02-12 Thread Oleg
Created Bug 10245 -- View this message in context: http://mono.1490590.n4.nabble.com/Entity-Framework-new-issues-tp4658551p4658557.html Sent from the Mono - Dev mailing list archive at Nabble.com.___

Re: [Mono-dev] Entity Framework - new issues

2013-02-12 Thread Marek Safar
Hi, Could you fill a bug report for the issue. Thanks Marek On Sat, Feb 9, 2013 at 3:30 PM, Олег wrote: > Many thanks to Atsushi Eno for a solution for previous defect in > System.Xml. > > But there are new issues with EF. I tried to create simplest console > application (file Test.zip attach