You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to access any repos from GitLab. Throws the below error:
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=12.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()
Steps to recreate
Update extension to current version
Close VS
Open VS
Navigate to Team Explorer in Visual Studio
Current behavior
It does not show any details from GitLab in the Team Explorer tab, only the above error
Expected behavior
I should see my GitLab details
The text was updated successfully, but these errors were encountered:
It looks like that resolved the issue. Is there any reason why the version in the Extensions and Updates window in VS is different from the latest version?
Installed product versions
Description
Unable to access any repos from GitLab. Throws the below error:
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=12.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()
Steps to recreate
Current behavior
It does not show any details from GitLab in the Team Explorer tab, only the above error
Expected behavior
I should see my GitLab details
The text was updated successfully, but these errors were encountered: