简体   繁体   English

asp.net MVC项目中的“ Web部署任务失败”错误

[英]“Web deployment task failed” error in asp.net MVC project

I have a asp.net mvc project which I am trying to run on VS2013.Though it builds successfully it always gives the below error while running it. 我有一个试图在VS2013上运行的asp.net mvc项目,尽管它构建成功,但在运行时始终会出现以下错误。

"Web deployment task failed. (Unknown ProviderOption:DefiningProjectFullPath. Known ProviderOptions are:skipInvalid.)" “ Web部署任务失败。(未知ProviderOption:DefiningProjectFullPath。已知ProviderOption是:skipInvalid。)

Any suggestions on how to fix this issue ? 有关如何解决此问题的任何建议? I didn't see anything in the event viewer. 我在事件查看器中什么都没有看到。 I followed some queries on stackoverflow related to this issue, but none of them helped me. 我跟踪了一些与此问题相关的关于stackoverflow的查询,但没有一个对我有帮助。

I have no clue why this error comes and how to fix it..I am running the web project in my local IIS. 我不知道为什么会出现此错误以及如何解决此错误。我正在本地IIS中运行Web项目。

We had the same problem on our build servers. 我们的构建服务器上存在相同的问题。 Visual Studio 2013 Premium Update 1 was installed there. Visual Studio 2013 Premium Update 1在那里安装。

After I've upgraded to VS 2013 Update 2 RC everything worked as before. 升级到VS 2013 Update 2 RC之后,所有操作均像以前一样。 It comes with a go-live license and you'll be able to update to the RTM, when it's released. 它带有上线许可证,您可以在RTM发布时对其进行更新。

I've got the hint in this comment: http://blogs.msdn.com/b/bharry/archive/2014/04/02/tfs-2013-2-update-2-released.aspx#10515773 我在此评论中得到了提示: http : //blogs.msdn.com/b/bharry/archive/2014/04/02/tfs-2013-2-update-2-released.aspx#10515773

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM