Nuget package manager error

I can't install NuGet Package Manager - after downloading and double clicking:

This extension is not installed on any currently installed products

Please help me. I want to install for visual studio 2010 express express.

+3


source to share


1 answer


first go to the package manager console and then write in the package manager console

PM> Get-Package -updates

      



this will give you a list of all available updates, then use the following command to update the required package

PM> Update-Package <package name>  

      

0


source







All Articles