Error while trying to update Visual Studio 2015 / Framework to version 4.6.1

Asked

Viewed 77 times

0

I downloaded the visual Studio 2015 and everything was fine, but unfortunately I work with a shared machine and the other user ended up deleting the installations of . Netframework 4.6.1 , now I’m trying to install again only it doesn’t appear in Visual Studio anymore.

inserir a descrição da imagem aqui

PM> Install-Package EntityFramework -version 4.6.1
Tentando coletar informações de dependências do pacote 'EntityFramework.4.6.1' em relação ao projeto 'WebApplication1' visando '.NETFramework,Version=v4.5'
Install-Package : O pacote 'EntityFramework' não foi encontrado nas seguintes fontes primárias: 'https://www.nuget.org/api/v2/curated-feeds/microsoftdotnet/'. Verifique se todas a
s suas fontes de pacote online estão disponíveis.
Em linha:1 caractere:16
+ Install-Package <<<<  EntityFramework -version 4.6.1
    + CategoryInfo          : NotSpecified: (:) [Install-Package], Exception
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.InstallPackageCommand

PM>

Since I already have the framework installed on the machine.

inserir a descrição da imagem aqui

1 answer

1


  • I forgot to mention, you may have Framework installed, but it may not be a "shared" version with VS.

  • And how would a version not share to shared version?

  • You may have installed a Framework belonging to the SDK, please try this link https://www.microsoft.com/pt-br/download/details.aspx?id=49981

  • Worked now?

  • 1

    The Link resolves.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.