Reputation: 23
The Entity Framework context menu item is not available when I right click on a Model.edmx file in the VS 2012 Solution Explorer. This is a c# project.
I am using Visual Studio 2012 Premium Edition, Update 4.
I used the following steps:
I have tried re-running the Entity Framework Tools msi and selecting the repair option, but that didn't help.
the Extensions and Updates tool does not list "Entity Framework 6.0.2 Tools" among my installed extensions, but I'm not sure I'm supposed to since I did not install it using the Extensions and Updates tool.
What am I doing wrong?
Upvotes: 2
Views: 2370
Reputation: 31620
Entity Framework context menu is not part of Entity Framework tooling but a part of EF Power Tools. You need to download and install EF Power Tools Beta 4.
Upvotes: 2