People email me this question every once in a while so I thought I'd blog it.
It's possible to get the EDMX file into a state that confuses the designer. I know that I've done it by making changes in the designer and then closing the file without saving those changes. After that, I can't open the file back up in the designer. I double click on the file and nothing happens.
The workaround is to open the file up in the XML view (right click on the EDMX file in the Solution Explorer, choose Open With... and then select the XML Editor.
Once the file is open in the XML Editor, just close it. You don't need to make changes or even save it. Now you can double click on the file and open it back up in the designer.
I imagine this strange behavior will be gone in the VS2010 version but it definitely bites folks in the rear.
Update: Tested this in the VS2010 Beta 1 and it is, indeed, fixed!




