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:
.. 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
Post a Comment