質問

昨日私は私にかなりクールに見えるVisual Studio 11 Betaをダウンロードし、私はASP.NET MVC4アプリケーションを作成し、Azure SDKをインストールしました。残念ながら、Azure Dependency Projectオプションの作成は、VS11ベータでは利用できませんでした。AzureをVS11ベータ版と組み合わせて使用することはできますか?私はそれを手に入れるのを待つことができません。)

役に立ちましたか?

解決

No, it is not possible with the latest Azure SDK [1] (November 2011 at the time of this writing).

[1] - http://social.msdn.microsoft.com/Forums/en/windowsazuredevelopment/thread/1b87aeb1-6430-47a4-b0fa-ec06a6c51b20.

他のヒント

The one workaround I would propose is to use the MVC4 Beta for Visual Studio 2010 instead of Visual Studio 11.

MVC 4 Beta for VS2010 is pretty much the same thing as VS 11...the two things that you would miss are the PageInspector for development (which is nice, but I always use browser dev tools to hack stuff on the view quickly) and the syntactic sugar for asynchronous controller actions (async/await). You can deploy MVC4 Beta to Azure and it includes a go-live license.

Edit: Here is a link with the "workaround" for a side-by-side installation and using Azure with VS 2010 and VS 11 Beta: http://www.windowsazure.com/en-us/develop/vs11/

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top