no mapping between entity set and association set

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
cledwyn
Posts: 4
Joined: Fri 23 Jul 2010 18:57

no mapping between entity set and association set

Post by cledwyn » Wed 13 Jul 2011 14:29

I just upgraded my version of dotConnect for Oracle, now when I try and compile my ASP.NET MVC app I keep getting an error of

"no mapping between entity set and association set"

Is there some conversion to the Entity Model that I need to perfom?

cledwyn
Posts: 4
Joined: Fri 23 Jul 2010 18:57

Post by cledwyn » Wed 13 Jul 2011 18:42

I had to recreate all the table mappings in the the Models.Store through the Model Browser. Then individually map the entities to the tables. Now everything is working.

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

Post by AndreyR » Thu 14 Jul 2011 08:45

Thank you for sharing the solution.

Post Reply