Add new table to EF
问题 I have a project in MVC4 (VS 2012) with Entity Framework. I have created a model by connecting to SQL Server 2008. Works great. Now I want to add one or more tables to the model. Here's what I did: opened the .edmx file. Right clicked and selected Update model from the database. Under the Add tab, it shows Tables, Views and Stored Procedure. But none of them is selectable. Am I missing something here? 回答1: Murali, if I understood well, the problem is that you didn't make changes to the