You must Sign In to post a response.
Category: ASP.Net MVC
#735982
The template for MVC in Visual studio2012 is alreadey there.
you can make use of the MVC5.0 in VC2012 as well.
You have to select that template in order to create any application in VC2012
steps to install MVC5 pack.
Start your ASP.Net MVC 4 project.
Install-Package Microsoft.AspNet.WebApi -pre
Install-Package Microsoft.AspNet.Mvc -Pre
Install-Package Microsoft.AspNet.SignalR -Pre
Thanks & Regards
Anil Kumar Pandey
Microsoft MVP, DNS MVM
you can make use of the MVC5.0 in VC2012 as well.
You have to select that template in order to create any application in VC2012
steps to install MVC5 pack.
Start your ASP.Net MVC 4 project.
Install-Package Microsoft.AspNet.WebApi -pre
Install-Package Microsoft.AspNet.Mvc -Pre
Install-Package Microsoft.AspNet.SignalR -Pre
Thanks & Regards
Anil Kumar Pandey
Microsoft MVP, DNS MVM
#736014
thank you so much Anil kumar.
it is very useful
Regards,
Nirav Lalan
DNS Gold Member
"If you can dream it, you can do it."
it is very useful
Regards,
Nirav Lalan
DNS Gold Member
"If you can dream it, you can do it."
Return to Return to Discussion Forum
