Link to home
Start Free TrialLog in
Avatar of KavyaVS
KavyaVS

asked on

Installing the Web API client Libraries not working

Hi,
I am creating Web API client using ASP. Net web application. Tried to install Web API Client Libraries using the following command in the Package Manager Console window.

PM> Install-Package Microsoft.AspNet.WebApi.Client

It is giving the following error
Install-Package :Unable to find package 'Microsoft.AspNet.WebApi.Client'
At line:1 char:1
+CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationexception
+FullyQualifiedErrorId :  NugetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand

How to install it.
Thanks
ASKER CERTIFIED SOLUTION
Avatar of Ammar Gaffar
Ammar Gaffar
Flag of United Arab Emirates image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial