new to Entity Framework....
I am currently using the latest update for EF and Visual Studio 2012, when trying to refresh from the database to update tables in my model that have changed, the designer is throwing a COMException "A file or folder with the name 'XXXXModel.Context.tt' already exists. Please give a unique name to the item our are adding.
It looks like it wants me to delete all my model files when refreshing from DB, this can't be right. Am I missing something?