Nuget packages can't be resolved
I'm getting some new errors this morning. It seems that
www.nuget.org can't be resolved by DNS (??). Here are
some examples of the errors I'm seeing:
"C:\projects\projectwall\src\ProjectWall.Trello.Specs\ProjectWall.Trello.Specs.csproj" (default target) (13) ->
407 EXEC : warning : The remote name could not be resolved: 'www.nuget.org'
...and...
"C:\projects\projectwall\src\ProjectWall.Trello.Specs\ProjectWall.Trello.Specs.csproj" (default target) (13) ->
553 C:\projects\projectwall\src.nuget\NuGet.targets(100,9): error : Unable to find version '1.0.0.0' of package 'AcklenAvenue.Testing'.
Here's a build that is experiencing this issue: https://ci.appveyor.com/project/bsommardahl/projectwall/build/1.0.86
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

1 Posted by michiel on 03 Sep, 2014 03:09 PM
Got the same error on my builds.
Support Staff 2 Posted by Feodor Fitsner on 03 Sep, 2014 03:13 PM
Looking into that.
-Feodor
Support Staff 3 Posted by Feodor Fitsner on 03 Sep, 2014 03:35 PM
It's seems to be resolving by now though we really did nothing. Might be a sporadic Azure DNS issue or maybe something was updated on nuget side.
-Feodor
4 Posted by byron on 03 Sep, 2014 03:35 PM
Cool. Thanks!
5 Posted by Jussi Mattila on 20 Nov, 2014 08:19 AM
I'm getting the same error now.
Support Staff 6 Posted by Feodor Fitsner on 20 Nov, 2014 02:46 PM
Seems to be working now.
-Feodor
7 Posted by Satish Suthar on 30 Jul, 2015 03:04 AM
Go to file C:\Program Files\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe.config
Set ipv6 enabled from true to false
<system.net>
<settings>
<ipv6 enabled="false"/>
</settings>
</system.net>
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:58 AM.