Page 1 of 1

no mapping between entity set and association set

Posted: Wed 13 Jul 2011 14:29
by cledwyn
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?

Posted: Wed 13 Jul 2011 18:42
by cledwyn
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.

Posted: Thu 14 Jul 2011 08:45
by AndreyR
Thank you for sharing the solution.