I am having trouble with my Linq2Entities model - I might be missing something obvious here. Here is what I did:
I added some tables to my DB, and refreshing the model didn\'t work.So I deleted my .edmx file completely.I then recreated the model according to my updated DB, but the same tables were still missing.
We have a big (and growing!) database.We\'re trying to not have to build the models by hand, and we found this