How do I upgrade my asp.net mvc2 project to asp.net mvc3 in Visual Studio 2010? -


i have started process of upgrading mvc projects 2 3 using guide: http://mattsieker.com/index.php/2010/11/21/converting-asp-net-mvc2-project-to-mvc3/.

so far, have removed old reference system.web.mvc. when looked system.web.mvc (version 3) wasn't listed. find version 2.

i know have 3 installed. used web platform installer download , install mvc3. in vs2010 have option make mvc3 project.

how add reference system.web.mvc v3? look?

re-target web project .net 4.0 before being able see system.web.mvc, version 3.0.0.0 in references list.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -