asp.net mvc 4 - Upgrading a project to MVC 5 -


i have been looking solution upgrade current mvc 4 app have use new mvc 5 binaries. cannot find solution anywhere.

anyone have ideas?

visual studio 2013 automatically upgrade project allowing nuget package manager run updates.

steps:

in visual studio 2013, open project , right click on project name open properties window. change target framework @ least 4.5.

then, on project right click on references item, , select manage nuget packages. on right side of window select "updates", , underneath select "all". should begin search packages needing updated. when search completes "update all" button appear if clicked, update packages.

note, project had upgrademvc3tomvc4 package. not upgrade uninstalled first, allowed dll's remain when asked.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -