Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,
I am using entity framework with sqlite and some of my database's tables are not showing in entity data model but show in the data source configuration wizard.
I found this link but i couldn't solve my problem:
http://social.msdn.microsoft.com/Forums/en-US/5289df14-7602-4637-9e0c-2d9fd7104bca/database-tables-do-not-show-up-in-the-data-sources-window-in-vs-2012-express-while-using-entity-data[^]

Someone please help me to solve my problem.
Posted
Comments
Dave Kreskowiak 11-Sep-13 10:59am    
Insufficient information.

Are you using Code First or Designer?

Are you creating the database or using an existing database?
ali sedighian 12-Sep-13 19:15pm    
I am using an existing database(sqlite DB)
and using code first
Dave Kreskowiak 13-Sep-13 9:22am    
OK, if you're using an existing database and Code First you're going to have to provide the code to match the structure of the database. The wizard that generates model code isn't perfect and does miss stuff.

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