Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Could not load file or assembly 'Newtonsoft.Json, Version=9.0.0.0' #1969
Comments
|
Hmm, looks like this may be #1774 manifesting itself. Strange that it's showing up now though as we've been shipping that version for the last 8 months... Will investigate further and get a bug release out asap. |
|
Do I need to update the extension? If so, how? |
|
@efev0f0 @mylle firstly, could you let me know which version of Visual Studio you're on? Secondly, I've opened a PR that might fix this: #1975 Could you give that a try? You can download the artifacts from https://ci.appveyor.com/project/github-windows/visualstudio/build/2.5.6.5015/artifacts - download |
|
Visual Studio 2015: Version 14.0.25431.01 Update 3 Update did not fix the problem |
|
Yes, if you're on 2015 then that won't fix the problem - neither of you mentioned the version of VS you were using so I assumed 2017. We're investigating 2015 now. |
|
@mylle ok, hopefully we've got it this time: could you try the version here: https://ci.appveyor.com/project/github-windows/visualstudio/build/2.5.6.5020/artifacts |
|
@grokys it worked for me, thanks! |
|
Thanks for reporting this. The issue will be automatically closed by #1975. |
|
@grokys , this fixed my problem! |

Using 2.5.6.4958, when trying to clone a repo, this exception is thrown. Thanks!
2018-10-03 16:17:54.949 [10996] EROR [01] RepositorySelectViewModel Error reading repository list from GitHub.Primitives.HostAddress
System.IO.FileNotFoundException: Could not load file or assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The system cannot find the file specified.
File name: 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'
at Octokit.GraphQL.Core.Builders.QueryBuilder.Build[TResult](IQueryableValue
1 query) at Octokit.GraphQL.QueryableValueExtensions.Compile[T](IQueryableValue1 expression)at GitHub.Services.RepositoryCloneService.d__9.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at GitHub.ViewModels.Dialog.Clone.RepositorySelectViewModel.d__37.MoveNext()
The text was updated successfully, but these errors were encountered: