0

I'm trying to use IBM UrbanCode Deploy and TFS to create a new component for an Application. I am having trouble importing the files from the server to Udeploy (Versions -> Import New Versions). This error shows whenever I try to get the new version of the component:

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.TeamFoundation.VersionControl.Client

I have checked that the agent has .Net framework 3.5 installed. How can I resolve this error, or is there another way where I can deploy files from tfs to IBM UrbanCode Deploy.

Informat
  • 808
  • 2
  • 11
  • 25
  • 2
    Looks lik ethe TFS Client Object Model is not installed. Plus, every recent version of the TFS Client Object Model requires .NET 4.5 or 4.6 to be installed. – jessehouwing Mar 01 '17 at 19:18
  • You're right, it seems like TFS is not installed on the agent computer. However, I lack the means of installing it myself. I guess I'll have to find another means to do it. – Informat Mar 01 '17 at 19:59
  • @Informat If you got the solution, you could share it here. – PatrickLu-MSFT Mar 06 '17 at 08:47
  • 1
    The problem really was that in the end the agent computer did not have TFS installed. The problem would be resolved by finding an agent with TFS installed or installing it onto the agent you have. – Informat Mar 06 '17 at 16:53

0 Answers0