I am using Visual Studio 2015 Professional, I added the GitLab Extension for Visual Studio MysticBoy. Now when I launch VS 2015 I receive an error loading the extension.
Microsoft.VisualStudio.Composition.CompositionFailedException: Import “GitLab.TeamFoundation.TeamExplorerServices._storage” could not be satisfied. —> Microsoft.VisualStudio.Composition.CompositionFailedException: An exception was thrown while initializing part “GitLab.VisualStudio.Services.Storage”. —> 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.
at GitLab.VisualStudio.Services.Storage.LoadConfig()
at GitLab.VisualStudio.Services.Storage…ctor()
— End of inner exception stack trace —
Does anyone know how to correct this error?