Entity Framework / Oracle / Membership - Table Templates

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
rednose84
Posts: 9
Joined: Wed 10 Nov 2010 08:07
Contact:

Entity Framework / Oracle / Membership - Table Templates

Post by rednose84 » Wed 10 Nov 2010 08:19

Hello @all,

i have installed the webtemplate Tables from File InstallWebTables.sql.

Now i want to generate an EF Model. But if i selected all ASP_NET Tables, there a 8 Errors in Model like:


Custom tool error: Properties referred by the Principal Role ASPNET_USERS must be exactly identical to the key of the EntityType MembershipModel.Store.ASPNET_USERS referred to by the Principal Role in the relationship constraint for Relationship MembershipModel.Store.ASPNET_MEMBERSHIP_USERID_REF. Make sure all the key properties are specified in the Principal Role.


No changes are happend to this tables. Any ideas...?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 11 Nov 2010 15:27

I have installed the latest 5.70.190 build of dotConnect for Oracle, and I'm unable to reproduce the problem. There is one broken self-referencing association in the ASPNET_SITEMAP table, but if it is removed everything is validated successfully.
Is the problem reproducible using the latest build?

rednose84
Posts: 9
Joined: Wed 10 Nov 2010 08:07
Contact:

Post by rednose84 » Fri 07 Jan 2011 11:34

The problem is solved in the latest version.

Post Reply