System.IO.FileNotFoundException when connecting Visual Studio 2017 to Gitlab Project

0

I reinstalled the Git and now when I want to connect to my gitlab project from Visual Studio 2017 and open the synchronization tab , it stops working and shows this error in the team explorer:

System.IO.FileNotFoundException

Then Visual Studio gets restarted. This is the script of the Error:

System.IO.FileNotFoundException occurred HResult=0x80070002 Message=Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified. Source= StackTrace: at GitLab.VisualStudio.Services.GitAnalysis.Dispose(Boolean disposing) at GitLab.VisualStudio.Services.GitAnalysis.Finalize()

git
connection
visual-studio
gitlab
asked on Super User Feb 4, 2019 by N.Taa • edited Feb 5, 2019 by N.Taa

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0