Using .NET with Entity Framework

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
pbainter
Posts: 2
Joined: Wed 28 May 2008 04:05
Location: USA

Using .NET with Entity Framework

Post by pbainter » Wed 28 May 2008 04:11

I have no idea of how to start using MyDirect .NET with ADO.NET Entity Framework. Please point me in the right direction for this.

Thanks,
Paul

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Wed 28 May 2008 07:55

For the EF beta 3 please check this folder
%Program Files%CoreLab\MyDirect.NET2\Entity\Samples\
Unfortunately, current version of MyDirect .NET doesn't support .NET 3.5 SP 1 beta.
We are working on this issue now.

pbainter
Posts: 2
Joined: Wed 28 May 2008 04:05
Location: USA

Post by pbainter » Thu 29 May 2008 02:36

Unfortunately, I tried to build the Entity\Samples\Table\CS example and came up with 15 errors most dealing with the Objects namespace not being recognized. There was also one reference to the EntityClient namespace not being recognized. The error messages are:

The type or namespace name 'Objects' does not exist int he namespace 'System.Data' (are you missing an assembly reference?)

Thanks,
Paul

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Thu 29 May 2008 11:45

Hello Paul,

Quick question: do you have .NET 3.5 SP 1 beta installed?
Those samples are not working with the new bits.
A new build is coming really soon and it is compatible with Microsoft SP 1 beta update.

Alexey.

Post Reply