4

I have an MVC 4 application on .NET 4.5.I have my application deployed on Azure cloud.

Up until yesterday I would make changed to my application, then check in to TFS, then my application would automatically get deployed on 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'."

In the azure configuration management page I have .NET FRAMEWORK VERSION set to 4.5. Furthermore there is no option for 4.0, only 3.5 or 4.5. So this seems strange.

Any ideas what could cause the problem.

p.s. I only made small changes in my Views, I didn't add any libraries or anything like that.

4

1 に答える 1

1

コード/構成のエラーではありません。TFS サービスにエラーがあり、多くの人が同じ問題を抱えていました。しかし、今は修正する必要があります。詳細については、次のページを参照してください。

バグトラッカー

于 2013-05-25T00:17:49.507 に答える