I'm migrating my own TFS logging extension to VS 2015 and run into many dependency issues. Most of them I was able to get rid off by installing Microsoft.TeamFoundationServer.ExtendedClient nuget package.
However there's still one missing reference, the VersionControlExt
class
versionControlExt =
_applicationObject.GetObject("Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlExt")
as VersionControlExt;
According to documentation, it is located in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll
, but I can't find this file at all. Does anyone know where to get it from or how to change the above code to get it working with VS 2015?
I'm using Visual Studio 2015 Professional, 14.0.23107.0 D14REL version.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…