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.
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.
I forgot to mention, you may have Framework installed, but it may not be a "shared" version with VS.
– Alex Nunes
And how would a version not share to shared version?
– Marco Souza
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
– Alex Nunes
Worked now?
– Alex Nunes
The Link resolves.
– Marco Souza