Search code examples
.netasp.net-mvcvisual-studio-2010dynamic-data

How can I get "new MVC item" options to appear in AddItem menu, when project is a Dynamic Data project


I've started with a VS2010 Dynamic Data project, but now I want to add other MVC type pages etc.

How can I get "new MVC item" options to appear in AddItem menu?

i.e. this seems to appear in an MVC created project, but if I started with a DD project how can I make the option appear


Solution

  • MVC doesn't play well in Dynamic Data projects.

    However, most of DD is in MVC 2. You should create an MVC project and use the "dynamic templated views" feature rather than try and make MVC and DD cooperate.