0

I am unable to build .sln in VS2010. I have VS2013 installed aswell

Have referenced dlls from "c:\program files (x86)\microsoft visual studio 12.0 "references

enter image description here

prashanthkr08
  • 75
  • 1
  • 2
  • 16

1 Answers1

0

Use this NuGet package instead:

https://www.nuget.org/packages/Microsoft.TeamFoundationServer.Client/

Morten Frederiksen
  • 5,114
  • 1
  • 40
  • 72
  • thanks a lot for the quick response. Could you please tell me how to refer those new dlls, i m unable to find "c:\program files (x86)\microsoft visual studio 14.0" – prashanthkr08 Sep 22 '16 at 13:54
  • thanks for the link. i was able to install the nuget package. However while debugging its still throwing the exception "Could not load type 'Microsoft.TeamFoundation.Common.Internal.RegistryAccessMask' from assembly 'Microsoft.TeamFoundation.Common, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'." – prashanthkr08 Sep 26 '16 at 14:55
  • @prashanthkr08, what's your build log? – Cece Dong - MSFT Sep 29 '16 at 04:03