I have recently experienced that I suddenly could not update my model from database, or generate a new model with the Entity Framework designer.
The generate dialog would simply not appear. So I created an empty model instead, and tried to update from database, and I got the error: ""Object reference not set to an instance of an object".
After reinstalling Visual Studio and SP1 without luck, I found the solution:
It forces Visual Studio to merge the resource metadata that describes menus, toolbars, and command groups from all VSPackages available, and I was up and running again.
Remember Me