I recently came across this issue when trying to launch the nuget package manager. It seems this issue is common to all VS2010,2012 and 2013 versions. Follow these steps to solve the issue.
Go to VS2010/2012/2013 -> Tools -> Library Package Manager -> Package Manager Settings
Choose Package Manager -> Package Sources.
1. Add a new package source as:
Name= NugetSrc
Source= http://packages.nuget.org/v1/FeedService.svc/
2. Move Up the newly added package source to the first position.
3. UnCheck existing "Nuget official package source"
4. Restart VS2010/2012/2013
cheers,
Samitha
Go to VS2010/2012/2013 -> Tools -> Library Package Manager -> Package Manager Settings
Choose Package Manager -> Package Sources.
1. Add a new package source as:
Name= NugetSrc
Source= http://packages.nuget.org/v1/FeedService.svc/
2. Move Up the newly added package source to the first position.
3. UnCheck existing "Nuget official package source"
4. Restart VS2010/2012/2013
cheers,
Samitha
Thanks boss,It is working
ReplyDelete