I'm seeing an issue when using the NuGet package manager. I'm selecting the "Tools" menu and then "Manage NuGet packages for solution". The NuGet version is 2.1.31002.9028.
When selecting anything from the "Online" or "Updates" options I see an error in the main pain that reads "The ServicePointManager does not support proxies with the ttp scheme".
Note the "ttp" part...which should surely be "http". Where would I change this though. In Internet Explorers setting the proxy server does not have a prefix (and I can't change this as it's locked down). I've tried adding the proxy manually by editing the devenv.exe.config as advised here: https://stackoverflow.com/a/10829550 but not joy.
Does anyone know where else the ServicePointManager would be grabbing this URL?
Thanks,
James.