Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Issue with tables from other schema

InvincibleFeb 7 2012 — edited Feb 16 2012
I'm using latest ODP.NET with Entity Framework,
I'm adding tables from different schema using method: From server exporer change connection filter to see other schemas then add tables from different schema.
For now everything is fine. BUT:
When I close the project and open it again -> Open EF model I get the error : Error 11007: Entity type '' is not mapped.
I'm making a compare with previous version of model I find that mapping is missing for tables that are from different schema and I have to add mappings manually every time.


Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 15 2012
Added on Feb 7 2012
1 comment
435 views