asp.net mvc - Upgrade MVC1 project to MVC5 -


is there way convert asp.net mvc 1 project build in vs2008 asp.net mvc 5 , vs2015?

i tried open in vs 2015 gave error "this project incompatible current version of visual studio".

there ways reference newer versions , update, eg:

http://www.asp.net/mvc/overview/releases/how-to-upgrade-an-aspnet-mvc-4-and-web-api-project-to-aspnet-mvc-5-and-web-api-2

.. updating mvc1 (especially if cannot open project) don't want manually install asp.net mvc installs etc (if remember)

i suggest creating new mvc5 application, referencing mvc via nuget etc , pulling in code required. give chance re-structure things , learn newer ways otherwise fighting mvc configuration , references.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -