简体   繁体   English

Azure上的.NET 4.5 RTM?

[英].NET 4.5 RTM on Azure?

Now that .NET 4.5 and Visual Studio 2012 has RTM, is there a way to use it on Windows Azure yet? 现在.NET 4.5和Visual Studio 2012都有RTM,有没有办法在Windows Azure上使用它? I'm aware of the hacks people used for .NET 4.5 RC, but I'm looking for a clean solution. 我知道人们用于.NET 4.5 RC的黑客攻击,但我正在寻找一个干净的解决方案。

If it isn't possible yet, does anyone know when the tools, etc. will be updated to support it? 如果还不可能,有没有人知道何时会更新工具等以支持它?

At the moment there is no way to use .NET 4.5 out-of-the-box on Windows Azure. 目前,无法在Windows Azure上使用.NET 4.5开箱即用。 What you can do is use the Windows Azure Bootstrapper to download .NET 4.5 and install it: 你可以做的是使用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

Besides that I would keep an eye out for updates related to .NET 4.5 on the Guest OS Releases page . 除此之外,我会留意客户操作系统版本页面上与.NET 4.5相关的更新。

Update 3-sep-2012 : Have you seen this message: " Beginning October 3rd 2012, Windows Azure will no longer support Cloud Services (Hosted Services) deployed on Guest OS versions 2.9 or older and 1.17 or older. ". 更新3-sep-2012 :您是否看到过此消息:“ 从2012年10月3日开始,Windows Azure将不再支持在Guest OS版本2.9或更高版本以及1.17或更早版本上部署的云服务(托管服务)。 This might indicate a change in Guest OS versions on October 3rd (maybe with support for .NET 4.5)... 这可能表明10月3日客户操作系统版本发生了变化(可能支持.NET 4.5)...

Update 18-sep-2012 : Confirmation from Scott Guthrie that .NET 4.5 support is due for October 2012. 更新18-sep-2012Scott Guthrie确认.NET 4.5支持将于2012年10月到期。

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

we are working hard on it - I should have a more precise eta soon 我们正在努力 - 我应该很快就会有更精确的eta

Update (Sep 17): 更新(9月17日):

... we will enable new web and worker role images with Windows Server 2012 and .NET 4.5 next month ...我们将在下个月启用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 http://weblogs.asp.net/scottgu/archive/2012/09/17/announcing-great-improvements-to-windows-azure-web-sites.aspx

The folks running the Azure Facebook Group responded to me with: 运行Azure Facebook Group的人回复了我:

"We are working to deliver this based on customer feedback. We don't have exact timing to share just yet, but stay tuned!" “我们正在努力根据客户反馈提供此信息。我们还没有确切的时间分享,但请继续关注!”

Sandrino is correct, it is not officially supported yet, and will not be until the framework is provided on the images used for the Cloud Services. Sandrino是正确的,它尚未得到官方支持,并且直到在用于云服务的映像上提供框架之前不会。 If you ware looking for a clean solution only, then you'll need to wait; 如果你只是寻找一个干净的解决方案,那么你需要等待; however, I don't think you'll wait too long. 但是,我认为你不会等太久。

I have seen no official release date announced; 我没有看到宣布正式发布日期; however, in a comment left on Jason Zander's Blog about the release of VS 2012 there is this response made by Scott Hanselman: 然而,在Jason Zander关于VS 2012发布的博客上留下评论中 ,Scott Hanselman做出了这样的回应:

James, you should see Windows Server 2012 in Azure VM's shortly after the RTM is released, followed by Cloud Services and then Web Sites. 詹姆斯,您应该在RTM发布后不久在Azure VM中看到Windows Server 2012,然后是云服务,然后是网站。 It is coming soon. 它即将到来。

In the past when we saw the new .NET Frameworks ship they were available on Azure within a few months (like less than 90 days if I recall correctly). 在过去,当我们看到新的.NET Frameworks发布时,他们可以在几个月内在Azure上使用(如果我没记错的话,不到90天)。

Here's a link for voting for .Net 4.5 support to be added to Azure. 这是一个投票链接,用于将.Net 4.5支持添加到Azure。 It doesn't seem like the sort of thing anyone should need to vote on but it should probably help to make the Azure program managers aware of how much people want this if it gets a lot of votes: 它似乎不是任何人都需要投票的事情,但它应该有助于让Azure程序管理员知道如果获得大量投票,人们会想要多少:

http://www.mygreatwindowsazureidea.com/forums/34192-windows-azure-feature-voting/suggestions/2598170-iis8-and-asp-net-4-5-support-in-azure-platform http://www.mygreatwindowsazureidea.com/forums/34192-windows-azure-feature-voting/suggestions/2598170-iis8-and-asp-net-4-5-support-in-azure-platform

From a Microsoft announcement: 来自微软的公告:

"We are excited to announce that Windows Azure Web Sites will soon support applications built on .NET 4.5. " “我们很高兴地宣布Windows Azure网站将很快支持基于.NET 4.5构建的应用程序。”

Azure now supports 4.5 for Azure Websites see Scott Gus post http://weblogs.asp.net/scottgu/archive/2012/10/25/net-4-5-now-supported-with-windows-azure-web-sites.aspx Azure现在支持4.5 for Azure Websites,请参阅Scott Gus发布http://weblogs.asp.net/scottgu/archive/2012/10/25/net-4-5-now-supported-with-windows-azure-web-sites的.aspx

Support for Worker/Web roles coming in a few days 几天内即可支持工作人员/ Web角色

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

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