Forum member

xiaomingtu

3 posts

Posts by xiaomingtu

  1. Can't build on grid node

    Thanks Remco! I copied one project to the grid node and use MSBuild to build it directly. It succeeds. Then I enabled the log and try to reproduce the problem but it all works fine from then on. Even if I have disabled logging, it works now. No idea what happened.

  2. Can't build on grid node

    Hi Remco, I have checked that the file 'Microsoft.Build, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL' is installed in the GAC on the grid node server. I do not want to change the project file since it works fine on my dev machine.

  3. Can't build on grid node

    Hi, I got this error when I build my project on a grid node: ..\..\..\..\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets (917, 7): The target "AssignLinkMetadata" does not exist in the project. I use VS2015 Professional locally and have VS2015 Community installed on the …