In a new Web application i was adding an ADO.NET Entity Data Model and choosing model content as generate from database.The test connection is getting succeeded but after that I am getting the below error.
Could not load file or assembly Microsoft.SqlServer.Management.Sdk.Sfc version 11.0.0" or one of its dependency.The system cannot find the file specified
Searching on Internet i have seen that i’m not alone with this problem.
Could be the combination of Visual Studio 2013 with the very new SQL 2014?