AUTHOR: Doroteya Agayna
DATE POSTED: February 26, 2014
PROBLEM
DESCRIPTION
Versions 2.8.* of NuGet Package Manager introduced a breaking change in the API used by Services Wizard until Q1 2014. If you have a previous version of the manager on the Visual Studio instance you use, with Telerik Data Access Q1 2014 or later, the change prevents the wizard from installing the packages required by the generated Web API and OData v3 services. The same limitation appears, if the package manager on the Visual Studio instance is the latest version, but the version of Telerik Data Access is earlier then Q1 2014.
SOLUTION
To resolve the errors and successfully build the generated ASP.NET Web API or WCF OData v3 services, you can choose between one of the following approaches:
Get-Project <
project_name
> | Install-Package Microsoft.AspNet.WebApi
> | Install-Package Microsoft.Data.Services
Resources Buy Try