Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi guys, I have a project mvc asp.net perform with EF5 and had no problems when updating or bringing new tables , however I decided to use the EF6 to test the features but it turns out when I wanted to update the schema to add a new tables, EF6 does'nt add the tables , only added to the folder model.store but not the conceptual model , I delete the model to generate it again and EF6 just add a few tables in the model but the modified and newly created tables were added in the folder model.store

Im working with Oracle 11g.
I need your help.

thanks.

What I have tried:

I delete the model to generate it again and EF6 just add a few tables in the model but the modified and newly created tables were added in the folder model.store

Im working with Oracle 11g.
Posted
Comments
Dave Kreskowiak 24-May-16 13:43pm    
Which mode of EF are you using Database First, Code First, or what?
Member 4274699 24-May-16 14:22pm    
I'm using Database First

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900