vote up 1 vote down star

I have an existing WebForms project to which I'm adding MVC pages. I created an MVC project and copied the project type guids.

It works fine, but I can't get Visual Studio to display the "Add Controller" or "Add View" wizards on my controllers and views directories (they're not /Controllers and /Views, they're in /Foo/Controllers and /Foo/Views).

Is it possible to enable the wizards?

flag

Probably and good luck, but I've always found that those are practically useless as views and controllers aren't much different at all than the regular aspx page and class. – Will Oct 21 at 12:37
@Will, if you add this as an answer I'd accept it - I also realized that I'm served just as well by code snippets – orip Oct 27 at 7:02

2 Answers

vote up 0 vote down

Maybe you could enable them, but why bother? Those wizards are available just two clicks away: right click on the folder, click on Add - New item, then select "MVC View Page" or "MVC Controller Page". They are not in the contextual menu, but they are still quite near... :)

link|flag
(1) I couldn't make the templates appear in "Add -> New Item" in this project [I don't know why], and (2) the "MVC View Page" template under "Add -> New Item" doesn't let me choose a statically-typed view model like the wizard does. – orip Oct 27 at 7:00
vote up 0 vote down check

I've given up on this. Instead, I have some basic Resharper snippets. Too bad this isn't configurable.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.