Click here to Skip to main content
15,906,947 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Please help

C#
PM> Install-Package PagedList.Mvc
'PagedList (≥ 1.17)' not installed. Attempting to retrieve dependency from source...
Done.
Install-Package : The element 'metadata' in namespace 'http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd' has invalid child element 'releaseNot
es' in namespace 'http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd'. List of possible elements expected: 'iconUrl, frameworkAssemblies, depend
encies, language, summary, tags' in namespace 'http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd'.
At line:1 char:16
+ Install-Package <<<<  PagedList.Mvc
    + CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
 
PM> 
Posted

solved
Install-Package PagedList.Mvc -Version 3.18.0.0
 
Share this answer
 
Comments
josephdoggie 31-Oct-14 14:18pm    
This really works; of course it is a shame that it doesn't automatically detect the correct version, but that's hardly your fault!
Hi Sir
I am also getting same issue. when i ran the Install-Package PagedList.Mvc at Package Manager Console. i am doing the task for pagination
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900