I did search the internet and stackoverflow regarding a solution of my problem: After installing NugGet, during the very first try to use it via the package manager console, I type in "Install-Package Newtonsoft.Json" and then I press "enter". The curser jumps to the new line, but nothing happens. The behaviour is the same for every other command I tried, e.g. "get-help NuGet".
This issue is documented: http://nuget.codeplex.com/workitem/8331, however, not anserwed.
What I tried so far: restarting VS2010 like several people recommended when having errors. Reinstall NuGet via extension manager of VS2010. Check if extension manager has internet access (I am behind a proxy).
Can anyone help me, please?
Thanks!