I can't install Entity Framework via Nuget on Visual Studio 2013 Ultimate.
I've tried:
I've wasted a whole week on this - but in the same PC another VS 2017 works fine..
Here are the outputs:
ENTITYFRAMEWORK Install failed. Rolling back...
Installing 'EntityFramework 6.1.3'.
Successfully installed 'EntityFramework 6.1.3'.
Adding 'EntityFramework 6.1.3' to WebApplication5.
Uninstalling 'EntityFramework 6.1.3'.
Successfully uninstalled 'EntityFramework 6.1.3'.
*Install failed. Rolling back...*
Install-Package : Failed to add reference to 'EntityFramework'.
At line:1 char:17
+ Install-Package <<<< EntityFramework
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
What I really need to DO is add a new item to my solution , an ADO.NET ENTITY DATA MODEL
and the error follows like: library not registered Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
User contributions licensed under CC BY-SA 3.0