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.
source
share