Install-Package : Updating 'DotNetOpenAuth.OpenId.RelyingParty 4.3.0.13117' to 'DotNetOpenAuth.OpenId.RelyingParty 4.0.4.12182' failed.
Unable to find a version of 'DotNetOpenAuth.OpenId.RelyingParty.UI' that is compatible with 'DotNetOpenAuth.OpenId.RelyingParty
4.0.4.12182'.
At line:1 char:1
+ Install-Package Microsoft.AspNet.WebPages.OAuth
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
You could refer this document to learn how to find, install,
remove, and update NuGet packages using PowerShell commands. You can also work with packages using the Manage NuGet Packages dialog box,
# Installing a NuGet Package Using the Package Manager Console
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
14 Points
12 Posts
Microsoft.AspNet.WebPages.OAuth
May 28, 2013 05:02 AM|Rahul Paranjape|LINK
Install failed. Rolling back...
Install-Package : Updating 'DotNetOpenAuth.OpenId.RelyingParty 4.3.0.13117' to 'DotNetOpenAuth.OpenId.RelyingParty 4.0.4.12182' failed.
Unable to find a version of 'DotNetOpenAuth.OpenId.RelyingParty.UI' that is compatible with 'DotNetOpenAuth.OpenId.RelyingParty
4.0.4.12182'.
At line:1 char:1
+ Install-Package Microsoft.AspNet.WebPages.OAuth
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
Member
352 Points
170 Posts
Re: Microsoft.AspNet.WebPages.OAuth
May 28, 2013 08:02 AM|Nareshbct|LINK
Please refer link below:
http://stackoverflow.com/questions/5644823/the-package-source-named-nuget-is-either-invalid-or-not-available
All-Star
32817 Points
3815 Posts
Re: Microsoft.AspNet.WebPages.OAuth
Jun 04, 2013 01:52 AM|Angie xu - MSFT|LINK
Hi,
You should uninstall this package first,
You could refer this document to learn how to find, install, remove, and update NuGet packages using PowerShell commands. You can also work with packages using the Manage NuGet Packages dialog box,
# Installing a NuGet Package Using the Package Manager Console
http://docs.nuget.org/docs/start-here/using-the-package-manager-console
With regards
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.