I have been using the Entity framework for a while now. But noe everything seems to be as easy as I hoped. When i add a column, table etc in the SQL database, and update the Entitymodel. It`s updated with the new SQL added items. But when I remove something from SQL database. Like a column i a tabel, and update the EntityModel, I always get a compiling error. And I have to open the Model in XML view and manually remove the column in the XML file.
Any others having the same expirience? Or is there something wrong with my installation?
