.NET 4.5 RTM在Azure上?NET、Azure、RTM

由网友(治愈系女郎※)分享简介:现在的.NET 4.5和Visual Studio 2012 RTM了,有没有办法使用它在Windows Azure上了吗?我知道用.NET 4.5 RC的黑客的人,但我正在寻找一个干净的解决方案。Now that .NET 4.5 and Visual Studio 2012 has RTM, is there a...

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

Now that .NET 4.5 and Visual Studio 2012 has RTM, is there a way to use it on Windows Azure yet? I'm aware of the hacks people used for .NET 4.5 RC, but I'm looking for a clean solution.

如果这是不可能的是,没有人知道什么时候该工具等将被更新,以支持它?

If it isn't possible yet, does anyone know when the tools, etc. will be updated to support it?

推荐答案

目前有没有办法使用.NET 4.5的即装即用的Windows Azure上。你可以做的是使用 Windows Azure的引导程序下载.NET 4.5和安装它:

At the moment there is no way to use .NET 4.5 out-of-the-box on Windows Azure. What you can do is use the Windows Azure Bootstrapper to download .NET 4.5 and install it:

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

另外,我会密切留意有关.NET 4.5 客户操作系统发布页面。

更新3月 - 2012 :你有没有看到这条消息:开始2012年10月3日,Windows Azure的将不再支持云服务(托管服务)部署在客户机操作系统版本2.9或以上,1.17或以上。的。这可能表明在10月3日(也许与.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.". This might indicate a change in Guest OS versions on October 3rd (maybe with support for .NET 4.5)...

更新18月 - 2012 :Confirmation从斯科特·格思里是.NET 4.5的支持是由于对2012年10月。

Update 18-sep-2012: Confirmation from Scott Guthrie that .NET 4.5 support is due for October 2012.

阅读全文

相关推荐

最新文章