Please help me out from this problem. while installing the entityframework on vs2010 professional using package console i am getting the following error:
PM> install-package EntityFramework
Install-Package : The underlying connection was closed: Could not establish trust relationship for th
e SSL/TLS secure channel.
At line:1 char:16
+ install-package <<<< EntityFramework
+ CategoryInfo : NotSpecified: (:) [Install-Package], WebException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackage
Command
VickyGupta
Member
26 Points
29 Posts
Installing EntityFramework package through NuGet Package console giving error.
Jan 10, 2013 09:53 AM|LINK
Hello everybody,
Please help me out from this problem. while installing the entityframework on vs2010 professional using package console i am getting the following error:
PM> install-package EntityFramework
Install-Package : The underlying connection was closed: Could not establish trust relationship for th
e SSL/TLS secure channel.
At line:1 char:16
+ install-package <<<< EntityFramework
+ CategoryInfo : NotSpecified: (:) [Install-Package], WebException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackage
Command
Thanks a lot.
urenjoy
Star
13531 Points
2035 Posts
Re: Installing EntityFramework package through NuGet Package console giving error.
Jan 10, 2013 11:39 AM|LINK
refer this:
http://stackoverflow.com/questions/8972497/visual-studio-2010-nuget-error-the-underlying-connection-was-closed-could-not
VickyGupta
Member
26 Points
29 Posts
Re: Installing EntityFramework package through NuGet Package console giving error.
Jan 11, 2013 05:58 AM|LINK
Many many thanks urenjoy for your support. Now I am able to download the packages from package console window .