简体   繁体   English

VS2013与VS2015项目类型不兼容(ASP.NET项目)

[英]VS2013 Is Not Compatible With VS2015 Project Type (ASP.NET Projects)

I am using Visual Studio 2013. 我正在使用Visual Studio 2013。
But when i open the MVC project code in Github: https://github.com/aspnet/Mvc 但是当我在Github中打开MVC项目代码时: https : //github.com/aspnet/Mvc
I found that the solution was built on the new type (project contains: xxx.xproj + xxx.json) (I think they are VS 2015 types) 我发现该解决方案基于新类型(项目包含:xxx.xproj + xxx.json)(我认为它们是VS 2015类型)

Is there any way to let my VS 2013 compatible with the new project type? 有什么方法可以让我的VS 2013与新项目类型兼容?

This repo is a fork of next version of ASP.NET MVC. 此存储库是ASP.NET MVC下一版本的分支。 It's built to run on VS 2015, C#6 and the next runtime. 它可以在VS 2015,C#6和下一个运行时上运行。 Even if you could open it, you couldn't compile or run it. 即使可以打开它,也无法编译或运行它。

Visual Studio 2015 can create both vNext (5) and ASP.NET 4.5/4.6 projects. Visual Studio 2015可以创建vNext(5)和ASP.NET 4.5 / 4.6项目。 ASP.NET 5 projects can't open with older Visual Studio versions - the different project structure is one of the main features of ASP.NET vNext. ASP.NET 5项目无法使用旧版Visual Studio打开-不同的项目结构是ASP.NET vNext的主要功能之一。

ASP.NET 4.5 projects though have no problem opening in 2013. ASP.NET 4.6 projects have the same project structure but I haven't tested if they can open in 2013. I would expect tooling differences to make this difficult. 尽管ASP.NET 4.5项目在2013年打开没有问题。ASP.NET4.6项目具有相同的项目结构,但是我尚未测试它们是否可以在2013年打开。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ASP.NET MVC 5解决方案在VS2013中有效,但在VS2015中不适用 - ASP.NET MVC 5 solution working in VS2013 but not in VS2015 在MVC中将VS2013迁移到VS2015后出现问题 - Problems after migrating VS2013 to VS2015 in MVC 在VS2015中使用gulp在ASP.NET 4.5.2 MVC项目中编译LESS - Using gulp in VS2015 to compile LESS in ASP.NET 4.5.2 MVC project 在VS2015中创建ASP.NET MVC5项目应该选择哪个模板? - Which template should be select for creating an ASP.NET MVC5 project in VS2015? 将MVC添加到VS2015中的空ASP.NET 5项目:清空500响应 - Adding MVC to an empty ASP.NET 5 project in VS2015: Empty 500 Responses 在 VS2015 ASP.NET 5 Web API 应用程序中设置项目 url - Setting project url in VS2015 ASP.NET 5 Web API application 使用VS2013在托管上发布asp.net mvc应用程序 - Publish asp.net mvc application on hosting with VS2013 ASP.NET应用程序可在VS2013中工作,但在部署时无法工作 - ASP.NET application works in VS2013 but not when deployed 在VS2013中编译ASP.NET MVC项目在发行版中不起作用 - Compile ASP.NET MVC Project in VS2013 doesn't work in release 在VS2015中的ASP.NET Identity中将用户ID类型更改为int - Change User Id type to int in ASP.NET Identity in VS2015
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM