views:

93

answers:

3

Today in one of the computer i installed visual studio 2010 professional edition, and successfully installed. But in my new project template "Asp.net MVC 2 website" is missing. Also I'm not able to open an already created MVC 2 project also. I'm also having MVC 2 installed with VS 2008 Sp1 in the same machine and is working fine. I uninstalled and installed again, the same is happening. Please help me out of this..

+2  A: 

Have you tried downloading MVC 2 RTM separately following the Visual Studio 2010 install? Download here

Alternatively, did you have any of the betas or previews of MVC2 installed prior to installing Visual Studio 2010? You'll need to uninstall these.

Russ Cam
Tried the above not working out...Also when i start visual studio i'm getting some package load failed error messages.
renjucool
Tried with 5 installations. Still got stucked
renjucool
Launch the VS2010 Setup. Then, remove the Visual Web Developer item and launch setup again to install it.
renjucool
A: 

Are you creating a new website or project? I just did a fresh install of Professional and MVC 2 is only available under projects.

Matt
A: 

When installing or modifying the installation of Visual Studio 2010 ensure you have 'Visual Web Developer' ticked. (see image below). If you just install C# you will not get MVC 2.

alt text

wal
@wal Visual web developer is ticked. The problem is because of that vs 2008 and vs 2010 is sharing the MVC 2 dll's.
renjucool