VS 2015: TF900547: the directory containing the assemblies for the Visual Studio tester is invalid ''

I have VS 2015 installed only on my TFS 2013 build server and get the following error:

TF900547: The directory containing the assemblies for the Visual Studio Test Runner is not valid ''.

Other sites say install VS 2013, but why should I install VS 2013 on the build server to run unit tests when I have VS 2015 installed?

I have the following keys in my assembly:

  /p:VisualStudioVersion=14.0  /tv:14.0

(This is not a duplicate question, as I am using TFS 2013 and trying to use Agile Test Runner, not MS Test)

+4
source share
2 answers

Check the solution in this case:

, . " VS Test Runner", VS 2013 .

+2

-

TF900547: , Runner Visual Studio, 'D:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow'.

, Visual Studio 2015 , , Build, .

0

All Articles