We use EDMX files whenever using Entity Framework. I had to add three new tables to a .EDMX file a colleague of mine created months ago. However, whenever I did, I got lots of error messages, it refused to add them and instead deleted most of the rest of the tables. I tried deleting the whole .EDMX file and recreating it, but that failed, claiming that an object already existed by the same name.
So now I've tried deleting all tables and views from the .EDMX designer, so I could add them back in, hoping that would work. However, I've got an error that I've never seen before and performing a Bing search doesn't reveal anything. Here's a screen capture of the error:




