Could not load file or assembly Microsoft.VisualStudio.Web.AzureAD.Contracts
asp.net-mvc, azure, visual-studio-2013
Solution
You're going to need to install Windows Azure SDK for .NET (VS 2013).
Go to http://www.windowsazure.com/en-us/downloads, and click the "VS 2013 Install" link under .NET.
This will open Microsoft's WPI (Web Platform Installer), which will take you through the steps needed to install it.
Problem
Was trying to follow the tutorial of MVC in ASP.NET site Creating an Entity Framework Data Model for an ASP.NET MVC Application, using Visual Studio Express for Web 2013, here is an image of the version: and just at the beginning I got this error when trying to select No Authentication: How to solve this?