Search code examples
c#.netnugetwebactivator

Install-Package : Unable to find package 'WebActivator'


I have Visual Studio 2012 Express for Web. My Steps -Create a New ASP .NET MVC 4 application -choose basic template -go to Package Manager Console -try to install WebActivator

PM> Install-Package WebActivator

and i get the following error enter image description here

How i can resolve this and install WebActivator package?


Solution

  • So easy

    https://www.nuget.org/packages/WebActivator

    Need point version of webActivator!!!

    PM> Install-Package WebActivator -Version 1.5.3