简体   繁体   English

Azure持续集成

[英]Azure Continuous Integration

I have an MVC 4 application on .NET 4.5.I have my application deployed on Azure cloud. 我在.NET 4.5上有一个MVC 4应用程序。我将我的应用程序部署在Azure云上。

Up until yesterday I would make changed to my application, then check in to TFS, then my application would automatically get deployed on azure. 直到昨天我将更改为我的应用程序,然后检入TFS,然后我的应用程序将自动部署在azure上。 And everything worked just fine. 一切都很好。

But today, after I made some changes, the deployment failed with the following error message: "The application pool that you are trying to use has the 'managedRuntimeVersion' property set to 'v4.0'. This application requires 'v4.5'." 但是今天,在我做了一些更改后,部署失败并显示以下错误消息:“您尝试使用的应用程序池将'managedRuntimeVersion'属性设置为'v4.0'。此应用程序需要'v4.5' “。

In the azure configuration management page I have .NET FRAMEWORK VERSION set to 4.5. 在azure配置管理页面中,我将.NET FRAMEWORK VERSION设置为4.5。 Furthermore there is no option for 4.0, only 3.5 or 4.5. 此外,4.0没有选项,只有3.5或4.5。 So this seems strange. 所以这看起来很奇怪。

Any ideas what could cause the problem. 什么可能导致问题的想法。

ps I only made small changes in my Views, I didn't add any libraries or anything like that. ps我只在我的视图中做了一些小改动,我没有添加任何库或类似的东西。

It is not an error in your code/configuration. 这不是您的代码/配置中的错误。 There was an error in TFS service and many people had the same issue. TFS服务出错,很多人都有同样的问题。 But now it should be fixed. 但现在应该修复它。 You can find more information on this page: 您可以在此页面上找到更多信息:

bug tracker bug追踪器

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

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