Reputation: 3330
I am using visual studio 2012 and tfs 2013. The problem i am facing is Microsoft.TeamFoundation.Framework.Client.dll is missing. But i have other dlls such as Microsoft.TeamFoundation.Client,Microsoft.TeamFoundation.WorkitemTracking.Client. Can anyone tell why the dll is missing? Is there any way to resolve the issue. Thanks in advance.
Upvotes: 0
Views: 453
Reputation: 3330
I have got a solution.
I have added a nuget package called 'Microsoft.TeamFoundation.Client'. After installing this package i got 'Microsoft.TeamFoundation.Framework.Client.dll' in the folder.
Upvotes: 1