I am trying to execute tfs commands using powershell scripts and getting the following issue
Unable to find type [Microsoft.TeamFoundation.Client.TeamFoundationServerFactory]: make sure that the assembly containing this type is loaded.
What needs to be done?
Thanks
Jai
On my box the assembly holding that type is here:
Probably powershell is not probing in that directory.
Try copying the assembly to the folder where your popwershell script is.