Entity Developer is duplicating EntitySet attribute

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
KW
Posts: 135
Joined: Tue 19 Feb 2008 19:12

Entity Developer is duplicating EntitySet attribute

Post by KW » Tue 20 Dec 2011 19:14

I manually edited my .edml file to get it to build but I have FunctionImports that map to imported Views. Any time I use the update model from database it adds another EntitySet attribute to my FuntionImports and does not build saying Duplicate attribute name EntitySet.

For example:









Note how before I used update model from database EntitySet had only one entry not two. Please fix this asap.



After manually removing the duplicate entries I'm still getting an error which reads

1 'EntitySet' is a duplicate attribute name. Line 301, position 208.

But there is no duplicate EntitySet at that location.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Wed 21 Dec 2011 09:45

The bug with duplicating EntitySet attribute when using entity return type is fixed. We will post here when the corresponding build of dotConnect for MySQL is available for download.

KW
Posts: 135
Joined: Tue 19 Feb 2008 19:12

Post by KW » Wed 21 Dec 2011 16:58

Shalex wrote:The bug with duplicating EntitySet attribute when using entity return type is fixed. We will post here when the corresponding build of dotConnect for MySQL is available for download.
Does that include the last bug i'm running into. The devart compiler is saying there is a duplicate entityset at line 308 but there is no such error in the .edml file.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 22 Dec 2011 17:31

New build of dotConnect for MySQL 6.60.268 is available for download now!
It can be downloaded from http://www.devart.com/dotconnect/mysql/download.html (trial version) or from Registered Users' Area (for users with valid subscription only).
For more information, please refer to http://www.devart.com/forums/viewtopic.php?t=22976 .

KW
Posts: 135
Joined: Tue 19 Feb 2008 19:12

Post by KW » Thu 22 Dec 2011 20:03

Shalex wrote:New build of dotConnect for MySQL 6.60.268 is available for download now!
It can be downloaded from http://www.devart.com/dotconnect/mysql/download.html (trial version) or from Registered Users' Area (for users with valid subscription only).
For more information, please refer to http://www.devart.com/forums/viewtopic.php?t=22976 .
This fixed everything.

Post Reply