I\'m developing an ASP.NET MVC 4 application using VS 2010 and EF 4.3. It retrieves some data from an external database and all worked as expected until I tried to recompile
Found an answer for my question. Thanks all for replies.
Database.SetInitializer>(null);
This fixes the problem and disables DB changes tracking in EF.