dhaval
dhaval

Reputation: 2388

asp.net mvc template missing

I installed asp.net mvc and then followed it up by installation of visual studio 2008 express. When I do new project I dont see mvc template to choose from. How do i add the asp.net mvc template for visual studio to know where it is?

Upvotes: 4

Views: 2435

Answers (3)

Marko
Marko

Reputation: 1924

I had similiar problem and then I realized that target framework in new project dialog was 2.0 Also, you can get asp.net mvc only from 'new project' dialog, not from 'new website'

cheers

Upvotes: 0

jao
jao

Reputation: 18620

I think VS 2008 Express is missing the template by default.

"Note Web application projects do not work with Visual Web Developer Express Edition." http://msdn.microsoft.com/en-us/library/aa730880(VS.80).aspx

Upvotes: 0

ZippyV
ZippyV

Reputation: 13028

Do a repair of your asp.net mvc package or try to reinstall it.

Upvotes: 4

Related Questions