Visual Studio cannot find native EntityModelCodeGenerator tool

I help develop an MVC application in Visual Studio 2008 using the Entity Model Framework. I got the code from the source control, and I want 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 the 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.

+3
source share
1 answer

You need VS2008 SP1.

+4
source

Source: https://habr.com/ru/post/1735798/


All Articles