Failed to load Microsoft.VisualStudio.Web.AzureAD.Contracts file or assembly

tried to follow the MVC guide on ASP.NET Create an Entity Framework data model for an ASP.NET MVC application using Visual Studio Express for Web 2013 , here is a version image: enter image description here

and only at the beginning I got this error when trying to select "No authentication": Change Authentication windowError when select No Authentication

How to solve this?

+4
source share
1 answer

You will need to install the Windows Azure SDK for .NET (VS 2013).

http://www.windowsazure.com/en-us/downloads " VS 2013" .NET.

Microsoft WPI ( -), , .

+5

Source: https://habr.com/ru/post/1527020/


All Articles