문제

어제 저는 ASP.NET MVC4 응용 프로그램을 만들고 Azure SDK를 설치하려고 시도 했으므로 Visual Studio 11 베타를 다운로드하여 Azure SDK를 설치했습니다.불행히도 VS11 베타에서 Azure Dependency 프로젝트 작성 옵션을 사용할 수 없습니다.VS11 베타와 함께 Azure를 사용하는 것이 전혀 가능합니까?나는 그것에 내 손을 잡기 위해 기다릴 수 없어.)

도움이 되었습니까?

해결책

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