c# - Upgrade to mvc 4 manually by replacing dlls -


existing project uses following assemblies manually placed , referenced in _bin_deployableassemblies folder. projects not use nuget on this.

i'm upgrading mvc 3 4 replacing same dlls in above folder. there other dependency dlls need place there?

microsoft.web.infrastructure.dll system.web.helpers.dll        system.web.mvc.dll  system.web.razor.dll        system.web.webpages.deployment.dll  system.web.webpages.dll        system.web.webpages.razor.dll 

there little bit more needed replacing dlls. see article: http://www.dotnetexpertguide.com/2011/12/upgrade-aspnet-mvc-3-project-to-mvc-4.html


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -