1

I have ASP.NET 3.5 version, which obliviously supports MVC application, ie. when we want to create a new MVC web application, we get the template in the asp.net file creation options.

My worry is , though I have asp.net 3.5 version , I could not see the ASP.NET MVC web application to create.

I referred the blog, in that someone has searched for 3.5 sp1 that doesn't support their MVC web application. I believe that this is not my relevant search. And I hope I will get a solution for my query.

3
  • Your title is a little vague - could you expand it? Something like "Could not find MVC template in..." or something similar? Commented Jul 26, 2013 at 13:32
  • You must install the MVC pack: go.microsoft.com/fwlink/?LinkID=215693 Commented Jul 26, 2013 at 13:38
  • Yes, i could not see the mvc application template in my asp.net web templates.... Commented Jul 27, 2013 at 3:41

2 Answers 2

1

You may want to re-install your templates:

Open up visual studio command prompt and type:

devenv /installvstemplates

That should restore all your templates.

Sign up to request clarification or add additional context in comments.

2 Comments

I will reinstall the templates and try ...thane for the response to all.
nothing is happening if i give "devenv /installvstemplates" this command
0

I assume you are using Visual Studio 2008.

Visual Studio 2008 supports ASP.NET MVC development up to versions ASP.NET MVC 1.0 an ASP.NET MVC 2.0. If you need to target later versions of ASP.NET MVC - you would need Visual Studio 2010/2012.

Visual Studio 2008 requires VisualStudio 2008 Service Pack 1 install. Plus ASP.NET MVC bundle installed for development. ASP.NET MVC 2 provides a new Model-View-Controller (MVC) framework on top of the existing ASP.NET 3.5 SP1 runtime.

for Hosting Server you need .NET Framework 3.5 SP1 + ASP.NET MVC 2 RTM Runtime

Link to VS2008 SP1 - http://www.microsoft.com/en-in/download/details.aspx?id=13276 Link to ASP.NET MVC 2.0 http://www.microsoft.com/en-in/download/details.aspx?id=22079

hope that helps.

2 Comments

This product requires the Microsoft .NET 4 Framework. Please install the missing component, then try to install this product again. This is Blocking issue that i faced when i run the exe of VS2008 SP1
Then your ASP.NET MVC solution is built on ASP.NET MVC 3.0 using Visual Studio 2010. Try opening it using VS2010.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.