I am developing using VS2012, SQL Server 2008 and ASP NET MVC
I have a ADO.NET Data Model created from a SQL DB and every time I change the DB I know that I need to update the model. Using VS2012 I click in update model and I can see that the entity is updated.
the problem is that if I try to use a property from a context after update the model I still can´t use the new fields.
I am having to delete the model and recreat it again.
I am not sure I am missing something or this is the normal procedure.
Usually you have to rebuild your solution to have the properties show up in IntelliSense.