I would like to learn how to use MVC architecture in a project developed in ASP.net. I have found excellent blogs and example about it, but I have been able to start testing it because
my visual studio does not have the MVC templates.
I am using Visual Studio 2008 Professional Edition and I have installed SP1 for visual studio and .net framework but still the “ASP.NET
MVC Web Application" template does not appear.I have read another post like this:
http://forums.asp.net/t/1194072.aspx?PageIndex=1 and doing little research about it without successful. Please let me know if you have any suggestion that let use MVC
architecture.Thank you,
you have to install the ASP.Net MVC Framework Release Candidate, the framework and the templates are not delivered with VS 2008. You can download the Release Candidate from here: http://go.microsoft.com/fwlink/?LinkID=141184&clcid=0x409
Marked as answer by ricka6 on Feb 13, 2009 12:39 AM
seycho1981
Member
1 Points
9 Posts
MVC templates in Visual Studio Professional Edition 2008
Feb 12, 2009 01:51 PM|LINK
Hello,
I would like to learn how to use MVC architecture in a project developed in ASP.net. I have found excellent blogs and example about it, but I have been able to start testing it because my visual studio does not have the MVC templates.
I am using Visual Studio 2008 Professional Edition and I have installed SP1 for visual studio and .net framework but still the “ASP.NET MVC Web Application" template does not appear.I have read another post like this: http://forums.asp.net/t/1194072.aspx?PageIndex=1 and doing little research about it without successful. Please let me know if you have any suggestion that let use MVC architecture.Thank you,GarlandGreen...
Member
128 Points
25 Posts
Re: MVC templates in Visual Studio Professional Edition 2008
Feb 12, 2009 03:24 PM|LINK
you have to install the ASP.Net MVC Framework Release Candidate, the framework and the templates are not delivered with VS 2008. You can download the Release Candidate from here: http://go.microsoft.com/fwlink/?LinkID=141184&clcid=0x409
seycho1981
Member
1 Points
9 Posts
Re: MVC templates in Visual Studio Professional Edition 2008
Feb 12, 2009 03:49 PM|LINK
I download AspNetMVCRC-setup from the link you provided me http://go.microsoft.com/fwlink/?LinkID=141184&clcid=0x409
and now I can use the template.
Thank you so much!!