Issue with tables from other schema
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