Install-Package Wrox.ProMVc4.Views.AlbumList
Hi,
Could someone please tell me why the above does not work?
here is the contents of my Package Manager Console, where I am entering code from the book: Professional ASP.NET MVC 4
PM> Install-Package Wrox.ProMvc4.Views.AlbumList
Install-Package : Unable to find package 'Wrox.ProMVc4.Views.AlbumList'.
At line:1 char:1
+ Install-Package Wrox.ProMVc4.Views.AlbumList
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Com mands.InstallPackageCommand
I am following precise instructions from the book. I am wondering if the book is incorrect as I have cnecked the Extensions and Updates and that NuGet is installed.
any input gratefully appreciated
thank you
Last edited by welshfella23; December 19th, 2013 at 11:45 AM..
|