Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法将 VS2008 中构建的 ASP.Net MVC 1 项目转换为 ASP.Net MVC 5 和 VS2015?
我试图在 VS 2015 中打开它,但出现错误“此项目与当前版本的 Visual Studio 不兼容”。
有一些方法可以引用较新的版本和更新,例如:
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
..但是从 MVC1 更新(特别是如果您无法打开项目)您可能不想手动安装 ASP.NET MVC 安装等(如果我记得的话)
我建议创建一个新的 MVC5 应用程序,通过 Nuget 等引用 MVC 并根据需要提取代码。这将使您有机会重新构建事物并学习更新的方法,否则您将与 MVC 配置和参考作斗争。