Linq To entities (Beta 1)

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
zee
Posts: 4
Joined: Fri 14 Sep 2007 07:58

Linq To entities (Beta 1)

Post by zee » Fri 14 Sep 2007 08:04

Hello,
I tried to connect to MySQL using Linq to Entities, congratulations that you support also this early stage product.

unfortunatelly I got the exception

'Method 'CreateDbCommandDefinition' in type 'CoreLab.MySql.Entity.MySqlEntityProviderServices' from assembly 'CoreLab.MySql.Entity, Version=4.20.12.0, Culture=neutral, PublicKeyToken=09af7300eec23701' does not have an implementation.'

Obviously that's not your fault, the problem that occure is that you are supporting CTP, while I'm working with Beta 1 of Linq to entity.
I'm not an expert, but it seems to be just renaming problem (as far as I saw in reflector).

DO you have any estimation when this will be fixed? is there any road map or nightbuilds (early acces program withou guarantage) , or just an estimation what and when approx happend?

Thanks

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 14 Sep 2007 10:08

What version of Visual Studio do you have?

zee
Posts: 4
Joined: Fri 14 Sep 2007 07:58

Post by zee » Fri 14 Sep 2007 11:35

Orcas Beta 2,
the same occured in Team suit as well as in Professional.

Don't think it's related to the VS.NET at all - see the reflector:

MySqlEntityProviderServices implements DbProviderServices,
the DbProviderServices have abstract CreateDBCommandDefinition method. But the MySqlEntityProviderServices overrides the CreateCommandDefinition method (with the same parameters) - so I think MS renamed it in Linq to Entity Beta. Unfortunatelly your class is internal 9 what makes sence ) - so I can't create my own implementation that will swalow everythink to your one.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 14 Sep 2007 11:58

So far we have supported only Orcas Beta 1.
We are working on supporting second beta as well.

zee
Posts: 4
Joined: Fri 14 Sep 2007 07:58

Post by zee » Fri 14 Sep 2007 12:35

That's what I supposed.
any idea when it may be available? ( months vs. weeks ?)

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 14 Sep 2007 12:52

Hopefully, in about two weeks.

zee
Posts: 4
Joined: Fri 14 Sep 2007 07:58

Post by zee » Fri 14 Sep 2007 12:53

wonderfull, thanks a lot for great and quick answers

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 14 Sep 2007 13:01

It's our job :)

rbirnesser
Posts: 37
Joined: Fri 11 Feb 2005 19:18

visual studio 2008 beta 2...

Post by rbirnesser » Fri 14 Sep 2007 14:34

In this release in about 2 weeks will the dataset designer and server explorer work with mydirect .net like it did with visual studio 2008 ?

rbirnesser
Posts: 37
Joined: Fri 11 Feb 2005 19:18

correction...

Post by rbirnesser » Fri 14 Sep 2007 14:35

I meant visual studio 2005 on the above post sorry :roll:

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 17 Sep 2007 07:15

Yes, we are working on this.

rbirnesser
Posts: 37
Joined: Fri 11 Feb 2005 19:18

vs 2008 beta 2...

Post by rbirnesser » Mon 17 Sep 2007 16:00

If you need someone to test using vs 2008 b2 then i would be more then willing to help out :lol:

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 18 Sep 2007 06:10

We will have you in mind :)

Post Reply