views:

50

answers:

2

Hello I was wondering how to get the starter template for asp.net mvc showing in vs2008

I currently have mvc installed , have been working with VS2010 but need to create a separate project for VS2008. How can I get the MVC template showing up for VS2008

+2  A: 

Since Asp.Net MVC is built into Visual Studio 2010 it probably only creates the templates for VS 2010. If you install ASP.Net MVC for .Net 3.5 I imagine it will have the templates for VS 2008.

Here is the link for ASP.Net MVC 2 RTM for Visual Studio 2008: Download Link

orandov
ok, makes sense, will give that a go now. Thanks orandov
mike
A: 

The templates aren't included by default with Visual Studio 2008 like they are with VS 2010. You can download and install them from one of these two links:

Platform Installer

Standard Installer

Paul Mrozowski
Ok Ihave done that after having to install sp1 for VS2008, took ages. I still cant see the templates. This is now getting critical, as Im running out of time .
mike
sorry my bad it is there , I had to shut down my vs and restart Thanks a lot Guys.
mike