Getting Windows Azure development working with the Visual Studio 2010 Release Candidate

Note: Cross posted from IUpdateable from Eric Nelson.

Permalink

If like me your are interested in Azure and want to use Visual Studio 2010, then you probably:

And then tried to create a new Cloud Service and got this error: “Method not found: ‘System.Collections.Generic.IEnumberable’1”

 Capture

No need to panic. Notice there are two project types – Cloud Service and Cloud.

Click on Cloud and notice that there is another step to do – Enable Windows Azure Tools.

Capture2

Click on Enable Windows Azure Tools:

Capture3

Click on Download Windows Azure Tools:

Capture4

Click on the the February 2010 release link:

Capture5

Click on Download:

Capture6

And hey presto… everything should now work just fine for you.

Related Links: