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
How i can resolve this and install WebActivator package?
In my case, I could not install any package and got a similar error. The issue was solved as I unchecked the "Microsoft and .NET" under "Machine-wide package source":
I hope this can be help someone.
So easy
https://www.nuget.org/packages/WebActivator
Need point version of webActivator!!!
PM> Install-Package WebActivator -Version 1.5.3
I got a similar problem with another package in Visual Studio 2013, I cleared the NuGet package cache with the option "Clear Package Cache" and it works now.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With