简体   繁体   English

在Visual Studio 2013中运行Web API项目

[英]running web api project in visual studio 2013

I have a web api project which I can run it correctly in the VS 2012 but when I open the project and run the project, every thing working correctly (other asp .net mvc and other class libraries in the same solution) but I can't run the web api project in VS 2013, it bringing up an error and fails to run but no error show in the errors list. 我有一个Web api项目,可以在VS 2012中正确运行它,但是当我打开该项目并运行该项目时,一切正常运行(同一解决方案中的其他asp .net mvc和其他类库),但我可以在VS 2013中运行Web api项目时,它出现一个错误,无法运行,但在错误列表中未显示任何错误。

NOTE:This project is running correctly in the VS 2012, is there any problem or any changes which I must make before running the project? 注意:此项目在VS 2012中正常运行,在运行该项目之前是否有任何问题或必须进行任何更改?

Try applying update1 for visual studio and than open your project. 尝试为Visual Studio应用update1,然后打开项目。

http://www.microsoft.com/en-gb/download/details.aspx?id=41650 http://www.microsoft.com/en-gb/download/details.aspx?id=41650

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

相关问题 Swagger / Swashbuckle不适用于Visual Studio 2013 Web API 2项目 - Swagger / Swashbuckle not working on Visual Studio 2013 Web API 2 project 在Visual Studio 2013中为Web资产创建项目 - Creating a project for web assets in Visual Studio 2013 Visual Studio 2013错误创建Web API项目:元素下面的元素&lt;#text&gt; <Project> 无法识别 - Visual Studio 2013 error creating Web API project: The element <#text> beneath element <Project> is unrecognized 在 Visual Studio 2013 中运行单元测试时运行其他项目 - Run other project when running unit tests in Visual Studio 2013 将Web用户控件添加到Visual Studio 2013中的类库项目 - Add a Web User Control to a Class Library Project in Visual Studio 2013 无法在Visual Studio 2013中创建新的Web项目 - Unable to create a new web project in Visual Studio 2013 单元测试/集成在Visual Studio 2013中使用HttpClient测试Web API - Unit Testing / Integration Testing Web API with HttpClient in Visual Studio 2013 Visual Studio 2013中的项目配置 - Project configuration in Visual studio 2013 Visual Studio中使用ASP.NET Web API项目的Angular项目 - Angular project with ASP.NET Web API project in Visual Studio 如何将Visual Studio 2013项目降级为Visual Studio 2008项目? - How to downgrade a Visual Studio 2013 project to a Visual Studio 2008 project?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM