Movement of code from Visual Studio 2010 to Visual Studio 2017

  • Thread starter Thread starter _Shirin
  • Start date Start date
S

_Shirin

Guest
I am migrating code which was in visual studio 2010 to visual studio 2017

I added all the required dlls and now there are no build errors but an run time error occurs while executing the project:

System.IO.FileNotFoundException
HResult=0x80070002
Message=Could not load file or assembly 'Microsoft.TeamFoundation.WorkItemTracking.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

Continue reading...
 
Back
Top