'Visual Studio cannot find the EntityModelCodeGenerator custom tool

I'm helping develop a MVC application in Visual Studio 2008 using the Entity Model Framework. I've gotten the code from the source control and I'm wanting to add some new Models from the edmx file. I right click and then click "Custom Tool" but then I get the following error.

Cannot find custom tool 'EntityModelCodeGenerator' on this system.

I have Visual Studio 2008, .NET 3.5 SP1, MVC 1.0.

What am I missing?

Thanks in advance.



Solution 1:[1]

In case you are using Visual Studio 2019:

  1. Open the Visual Studio Installer by clicking menu Tools -> Get Tools and Features in Visual Studio
  2. Click the tab Individual components and search for "entity",
  3. Under the header SDKs, libraries, and frameworks you should see Entity Framework 6 tools
  4. Click the checkbox and press the install button

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 ZippyV