Azure上的.NET 4.5 RTM?

Dav*_*fer 21 .net azure .net-4.5

现在.NET 4.5和Visual Studio 2012都有RTM,有没有办法在Windows Azure上使用它?我知道人们用于.NET 4.5 RC的黑客攻击,但我正在寻找一个干净的解决方案.

如果还不可能,有没有人知道何时会更新工具等以支持它?

San*_*tia 23

目前,无法在Windows Azure上使用.NET 4.5开箱即用.你可以做的是使用Windows Azure Bootstrapper下载.NET 4.5并安装它:

bootstrapper.exe -get http://download.microsoft.com/download/B/A/4/BA4A7E71-2906-4B2D-A0E1-80CF16844F5F/dotNetFx45_Full_setup.exe -lr $lr(temp) -run $lr(temp)\dotNetFx45_Full_setup.exe -args /q /norestart -block
Run Code Online (Sandbox Code Playgroud)

除此之外,我会留意客户操作系统版本页面上与.NET 4.5相关的更新.

更新3-sep-2012:您是否看到过此消息:" 从2012年10月3日开始,Windows Azure将不再支持在Guest OS版本2.9或更高版本以及1.17或更早版本上部署的云服务(托管服务). " 这可能表明10月3日客户操作系统版本发生了变化(可能支持.NET 4.5)...

更新18-sep-2012:Scott Guthrie确认.NET 4.5支持将于2012年10月到期.

  • Azure现在支持.NET 4.5开箱即用,正如昨天在Build活动中宣布的那样(http://blogs.msdn.com/b/windowsazure/archive/2012/10/31/here-s-what-s-new -with-Windows的azure.aspx).如果要更新现有的Windows Azure项目,请不要忘记将osFamily更改为3. (3认同)

Vyr*_*tek 7

Scott Gu的推特回复:https: //twitter.com/scottgu/status/240567829802414081

我们正在努力 - 我应该很快就会有更精确的eta

更新(9月17日):

...我们将在下个月启用Windows Server 2012和.NET 4.5的新Web和工作者角色映像

http://weblogs.asp.net/scottgu/archive/2012/09/17/announcing-great-improvements-to-windows-azure-web-sites.aspx