I'm starting a new project using EF 4.1, database first. If I generate the edmx using Visual Studio, then everything is fine; however I can't seem to figure out a way to refresh the edmx when there are changes to the database short of deleting & re-adding it.
In a previous project (using EF 3.x?), we had scripts to do this - edmgen to create the csdl, msl, and ssdl, and then edmgen2 to create the edmx and designer.cs files.
Do I still need to use edmgen2 to create edmx files? Or is there a way with the VS2010 version of edmgen to do this?