Add references to Windows project

0

I just downloaded a project from the TeamFoundation and the project references are missing, how can I add them?

I tried to install packages from the console and I get this error for example. Could it be that some feature of the Visual Studio to be installed is missing?

Install-Package : No se encuentra el paquete 'StarIO_Extension'
En línea: 1 Carácter: 1
+ Install-Package StarIO_Extension
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand
    
asked by Efrain Mejias C 07.10.2016 в 14:58
source

1 answer

1

Validate in the options of Visual Studio that you have the option that enables nuget to download the packages

so when compiling you should download the ones mentioned in the packages.config

    
answered by 07.10.2016 / 15:20
source