'How to get folder microsoft shared\Team Foundation Server\14.0?

missing C:\Program Files\Common Files\microsoft shared\Team Foundation Server\14.0\Microsoft.TeamFoundation.WorkItemTracking.Controls.dll

I am using VS2019 and trying to move and build an old VB.net project from TFS2015 that uses an obsolete function HtmlFilter.ConvertToPlainText in

C:\Program Files\Common Files\microsoft shared\Team Foundation Server\14.0\Microsoft.TeamFoundation.WorkItemTracking.Controls.dll

However, I cannot find the folder C:\Program Files\Common Files\microsoft shared\Team Foundation Server\14.0 on my new PC, which means I cannot build the project (BC30451: Name 'HtmlFilter' is not declared) and I have missed something that I should install. How could I get this folder and the dlls to my new PC? Install VS 2015 to get TFS2015's dll?



Solution 1:[1]

The Path C:\Program Files\Common Files\microsoft shared\Team Foundation Server\14.0 references the version of Visual Studio/TFS.

VS 2019 has the version number 16. Does the assembly exists under C:\Program Files\Common Files\microsoft shared\Team Foundation Server\16.0?

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Julian Hüppauff