Page 1 of 1

Entity Developer is duplicating EntitySet attribute

Posted: Tue 20 Dec 2011 19:14
by KW
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.

Posted: Wed 21 Dec 2011 09:45
by Shalex
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.

Posted: Wed 21 Dec 2011 16:58
by KW
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.

Posted: Thu 22 Dec 2011 17:31
by Shalex
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 .

Posted: Thu 22 Dec 2011 20:03
by KW
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.